{
  "name": "auth-service",
  "version": "2.4.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IifQz7cGgQjrdKxGDd7v"
  },
  "jwt_secret": "PbRtgN8Dt1lPOcy6Pi2Q3P3i8jUa9gne",
  "api_keys": {
    "stripe": "sk_live_e9jMdKXv0jYCW78OLNw8SQUN",
    "sendgrid": "SG.5rfgCpGStS+DfbJn3sBFHB",
    "twilio_sid": "AC22cc4857fae17a077fe050d88ebeeda6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}