{
  "name": "auth-service",
  "version": "2.2.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WRZ5LNlpYNQMuCDtsVrW"
  },
  "jwt_secret": "MzaOHD0K8HeUEpXToV+peWRpXC6uRHPb",
  "api_keys": {
    "stripe": "sk_live_RTrqyrTFR06PurTLeBCk4qI5",
    "sendgrid": "SG.Oh/7/IM7hx9i2UR9JIbvhg",
    "twilio_sid": "ACfa74e206321f3de0084147b2ab794514"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}