{
  "name": "auth-service",
  "version": "2.9.8",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8YAyjqz6AY0qBNH16RGI"
  },
  "jwt_secret": "zzWeBV0gdKW6hTDiBPo3uU7OQL13Z3O5",
  "api_keys": {
    "stripe": "sk_live_GGeaIihk9W2loB7gBUeuzsvI",
    "sendgrid": "SG.10icqluwSpMQ4aRNko+xjU",
    "twilio_sid": "ACbcd46360f92cdd8e79500f473ce981fc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}