{
  "name": "auth-service",
  "version": "1.5.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pvmP7wdnH5h8ppxFz58c"
  },
  "jwt_secret": "YQGytO6oY5sExuc6Z2uWylcQSUnDLOiC",
  "api_keys": {
    "stripe": "sk_live_h6RXhTUIXJcntbbqKTtrTDnf",
    "sendgrid": "SG.ryjwJKoPdEnGGcsHgb1gtl",
    "twilio_sid": "AC510629ab5d12822fab56bd1865a0640f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}