{
  "name": "auth-service",
  "version": "1.6.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PtHC8WDUw3w8ORGMjZmm"
  },
  "jwt_secret": "wPghEP/cJQWF+9OQmKpzp7mbtMUyI19+",
  "api_keys": {
    "stripe": "sk_live_oIoWHI7KLHxAfDWkaV47ikJS",
    "sendgrid": "SG.UmNHFQh/8EM7yrkwSvQ38H",
    "twilio_sid": "AC01f2cfce9776ec848d2912372d3322d8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}