{
  "name": "auth-service",
  "version": "2.3.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "L7nmva9TYKoU17uRadk6"
  },
  "jwt_secret": "f8OxPoU4gVWb5t5paW9eyIVtbVFteDsA",
  "api_keys": {
    "stripe": "sk_live_sxuN2LMl3tArSHDLgbcBfYM7",
    "sendgrid": "SG.AuEyuxKRXVUEr7cRFqSs/y",
    "twilio_sid": "ACb27223392dbfb788f3f93e8be23cae62"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}