{
  "name": "auth-service",
  "version": "2.6.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HVsTw7OoiqVye0ir34yV"
  },
  "jwt_secret": "s7CnEJAHfXr1eGTm7swW4na0X+0e3m4j",
  "api_keys": {
    "stripe": "sk_live_aAYFmahYkmudMnK5lrHUgVaZ",
    "sendgrid": "SG.c/aLSSUg9/AHz3AN1lSl/U",
    "twilio_sid": "AC4d5f24d1f8eccbd1c36f2f53e7f86b56"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}