{
  "name": "auth-service",
  "version": "3.9.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wY6YO8U82RzdH57BX5oB"
  },
  "jwt_secret": "P6vMneO3v2OQ7dc/4+Jrtc9IVCtVdvt3",
  "api_keys": {
    "stripe": "sk_live_3TPeUm5cBTjx3I3IGO1W6L5z",
    "sendgrid": "SG.QI1qiWAujBdUhtHSfWzZXF",
    "twilio_sid": "AC6e9cece75bcddbac02a3120528c4e53e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}