{
  "name": "auth-service",
  "version": "1.2.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BVXOYW3Q2qyjB7lhYO4a"
  },
  "jwt_secret": "W27UUB3uVGxxmGRpkExO6gU+CxMzt5DB",
  "api_keys": {
    "stripe": "sk_live_IXOlB8jeMsYOxxuhQAA2m8kz",
    "sendgrid": "SG.kNDJfF4YftdDJd5txgSKNc",
    "twilio_sid": "ACc9fed52ab88927cf091ac57455683c32"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}