{
  "name": "auth-service",
  "version": "3.7.25",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8YzPaFn7UDikF9lxXtZi"
  },
  "jwt_secret": "20V6RMI+/Q3EQnPERGjIGWgFB15ZMj7f",
  "api_keys": {
    "stripe": "sk_live_F5KEsLxEjtb2IsJ3fpx1Uwzt",
    "sendgrid": "SG.+mgXEPlj3SESVoKK/HdglL",
    "twilio_sid": "ACff6afd8d07846544b4b9eece09e5b0c0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}