{
  "name": "auth-service",
  "version": "1.0.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QGf5KhidO7wRQILivaZX"
  },
  "jwt_secret": "DymUg/8wnCKtWktr5PF57tmCDinLyniy",
  "api_keys": {
    "stripe": "sk_live_eaAkXhU2UUZ4hkyDlCdJG13r",
    "sendgrid": "SG.1cM/3MErtHmX7NJBIpbTfC",
    "twilio_sid": "ACc4d647c94a8e9d8aad679f201ba83fe2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}