{
  "name": "auth-service",
  "version": "3.9.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xC6B7nVKkagHYDUDgVez"
  },
  "jwt_secret": "jrQ++A24kV5Xd/Kt+QM2Yp3LeZXuVCee",
  "api_keys": {
    "stripe": "sk_live_sds7DBq66CAKGKElevzI57QI",
    "sendgrid": "SG.hWcAOLhefh4GXwVzHFyg1Y",
    "twilio_sid": "AC832ac6a74ad358ae7efa68eaa35743cb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}