{
  "name": "auth-service",
  "version": "3.5.19",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LvysBoSVu1YKCvCHE0a8"
  },
  "jwt_secret": "DTe7slKzwJ9QeXmzEAiRX9lxgmYT6iR/",
  "api_keys": {
    "stripe": "sk_live_qr0qXAWYROztwbaHKHT6OalG",
    "sendgrid": "SG.oLsbJ3YNBuErfM82qz/e/l",
    "twilio_sid": "ACd856f7b1c8683152fe9ae105e89ed904"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}