{
  "name": "auth-service",
  "version": "1.1.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tezOle9vPcxYdFXVDAsB"
  },
  "jwt_secret": "s46oS+BCA0yonGuMjlSv+1/2jINjuU6o",
  "api_keys": {
    "stripe": "sk_live_ZmQ0QM2INLK90G5xgwpVFmwT",
    "sendgrid": "SG.SFRGiOxLDEyiMgen4TGos4",
    "twilio_sid": "AC1ec2c1f2e8a73d77d2875fce72f8c432"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}