{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "qWY6stpEfaGd6WS8SJel"
  },
  "jwt_secret": "A7ZYF5z1z9LKLf8+Sirfcs/jEIpPPWd9",
  "api_keys": {
    "stripe": "sk_live_eQz9iCujuza79VeJeOy9QtSS",
    "sendgrid": "SG.wzhWR7fW8ZwX9m8cMDXbhS",
    "twilio_sid": "AC55792d4209fae93c2d6f86323551ed6c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}