{
  "name": "auth-service",
  "version": "1.0.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PWeFO36aFutLM50TESeF"
  },
  "jwt_secret": "dUN2dNvAxxva8S80/JFBdLex8unLQbzd",
  "api_keys": {
    "stripe": "sk_live_IKwrWRaYLyr4c5HFSbwJ0Bxp",
    "sendgrid": "SG.AFpU9dfzCAnZ8AgXgQ/6m9",
    "twilio_sid": "ACf3c2578203e5058e3eaa6da6c8a4ec2d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}