{
  "name": "auth-service",
  "version": "3.7.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "c2fOxx4iiwsEjwVzzPBR"
  },
  "jwt_secret": "x+Qr3W/X9MTyR7eyZd3xL3+3rVxksKOW",
  "api_keys": {
    "stripe": "sk_live_o9yO1fOiIm2kA9N4ZEBeGfwt",
    "sendgrid": "SG.2IKuvvWF+dWGhIRuJGFTZn",
    "twilio_sid": "AC2a68d2bd5f1e86a820a946d97dcd41a1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}