{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HCCHg2B7NTqF1MsuIV1z"
  },
  "jwt_secret": "4EdyCV4ij2o1iNHsUdT5e2gLTt7K0TvT",
  "api_keys": {
    "stripe": "sk_live_D0aqzytIlZLtjg19vHfWqazu",
    "sendgrid": "SG.S/jT84ZXSZR98F2v6XnJph",
    "twilio_sid": "AC5ea4679bda5b654f59443fde4a280f55"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}