{
  "name": "auth-service",
  "version": "1.8.24",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Lg6BC3JIDLxfdMkdkutq"
  },
  "jwt_secret": "QTwIOt3r+8PtjKZ7UrFdIggGTFHLp1Gw",
  "api_keys": {
    "stripe": "sk_live_Uqo0i8c9sTyYJWXUTkc5YBOW",
    "sendgrid": "SG.Jn+rt1+OVEH0S0sJy5+zYm",
    "twilio_sid": "ACa846443687435e5404166513d4f2e9f1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}