{
  "name": "auth-service",
  "version": "1.9.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LzhCU8hjf15nZji5O2HF"
  },
  "jwt_secret": "G4jpH3Rh6wGjfEaaePzFpkZmd7VQaQnI",
  "api_keys": {
    "stripe": "sk_live_1XAcWzlYKshd30knTTPA1wOb",
    "sendgrid": "SG.f3/ZObaAGFzeKTL1qpHW1q",
    "twilio_sid": "AC15638295687585bc66fb938ecfd1eefb"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}