{
  "name": "auth-service",
  "version": "3.1.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VyaGyY7W2m0xdaAxmxhY"
  },
  "jwt_secret": "SBNThgWE5TL0JkhULUL2U5qtxw2F2Sw4",
  "api_keys": {
    "stripe": "sk_live_6dykaoXeAMl8eu9eVJ84zMZB",
    "sendgrid": "SG.9B0CQbYbV9Xc9NXlFxuRbV",
    "twilio_sid": "ACf2c68c00946dccbe5493661542a6c136"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}