{
  "name": "auth-service",
  "version": "3.6.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1n72ZehgIVZy78DjGXqW"
  },
  "jwt_secret": "vMz2Ysm/eTlQ8HDvLuID7h/WEp+E+Bdi",
  "api_keys": {
    "stripe": "sk_live_zOh1P3ksiSrxKL4LlhI1dwht",
    "sendgrid": "SG.2e4Qeb8y6MYAhF9W268vur",
    "twilio_sid": "AC3fd43cd0f3d96dc28c663b987144ed8c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}