{
  "name": "auth-service",
  "version": "1.8.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qEU80VMV5tEjSU66C6fa"
  },
  "jwt_secret": "xHtTJVmN9O8eaQxUs1boxEm036qqpiEP",
  "api_keys": {
    "stripe": "sk_live_GMoWQ52zDowolEIW5re4sGDs",
    "sendgrid": "SG.b895MzhaHmoGhYUqAybxgA",
    "twilio_sid": "AC648bc9c1625be6156d52d3c9fe864186"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}