{
  "name": "auth-service",
  "version": "3.2.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ho1VyQBw0iVxoPWbzVwS"
  },
  "jwt_secret": "MYYk98xTVl/XEW6dGX/uSRDw/LX6bomT",
  "api_keys": {
    "stripe": "sk_live_SSH3LoqiBNhr11A1g6HRpnW9",
    "sendgrid": "SG.9Jq8w5XRQWQqCRsSgPhgfd",
    "twilio_sid": "ACc888d7d32ed245ae4adf8e3f4b6d601c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}