{
  "name": "auth-service",
  "version": "1.7.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dojAnV8w7z5j2V6SHSTM"
  },
  "jwt_secret": "nKGQNK+xSFYKuqV/ooKcLZM4YMkiO/m/",
  "api_keys": {
    "stripe": "sk_live_bHP7CzXeMElmcmRaB7QnAwZC",
    "sendgrid": "SG.H3s4gy5vMGPD3S4uHaEoi6",
    "twilio_sid": "AC1689b95a21a65e50d1a2aeb2db5344de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}