{
  "name": "auth-service",
  "version": "2.8.8",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1SWuIwP3sVVL5w0IQB8m"
  },
  "jwt_secret": "C1cGmFhSiU2DSV2mDgcpRYd6Lkq1wcyr",
  "api_keys": {
    "stripe": "sk_live_YLr1vSpvDbHJR1vLPjxz5T0N",
    "sendgrid": "SG.p964Anotq4z3ccyRqmKsBP",
    "twilio_sid": "AC95e0574c164e8613c64182f542e8bf26"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}