{
  "name": "auth-service",
  "version": "3.2.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TnOdBf6ruxPHFdpjL0p5"
  },
  "jwt_secret": "jOX9qtS97s1jAkt1sk6Qe7y8rvl6mOID",
  "api_keys": {
    "stripe": "sk_live_wUscrtV7XRhbDRsnqkStiN8g",
    "sendgrid": "SG.dv2Qo0su77dp7pOGv4YmQt",
    "twilio_sid": "ACfb40f1684c496555a3f0b42aba524b4f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}