{
  "name": "auth-service",
  "version": "3.8.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Vu1u9kw59mkg9aSL6YVz"
  },
  "jwt_secret": "FfxLyyt3PiEPG6E6HpHKoVxtYf/Da2Ag",
  "api_keys": {
    "stripe": "sk_live_aWOOgP7o9hUfAIHBeW7E8IfT",
    "sendgrid": "SG.5FFoi5ZM6ljC2Qa0AwHGU6",
    "twilio_sid": "AC6b511ec54956e1eefaf3b77ae1f1e2d8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}