{
  "name": "auth-service",
  "version": "3.6.27",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JWmimaHVPVL97roBvumd"
  },
  "jwt_secret": "LYerDFiFA8prjHj2LixL6wzHkxhrHDQX",
  "api_keys": {
    "stripe": "sk_live_P5j4QtxuNqxLbCVmRkAsNBoh",
    "sendgrid": "SG.qpaHnAeUfmizakTIdqzjUS",
    "twilio_sid": "ACe6b87c2370878df2bddf5bfa3ea06167"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}