{
  "name": "auth-service",
  "version": "2.0.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fTsQqGuCSjDyiu0dVVtg"
  },
  "jwt_secret": "hFHX1xpYkyP/vdAUn/5GQU6h2iEDpTdr",
  "api_keys": {
    "stripe": "sk_live_tOmvwwMLXq9udRbLhMcIeLqL",
    "sendgrid": "SG.jNsUAJl4rZr1/VFbEkgRZZ",
    "twilio_sid": "ACcf4e195dd203cc6b0c3013453fa8275a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}