{
  "name": "auth-service",
  "version": "3.6.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "L3NNIJpsy9oDg1Q6vJTw"
  },
  "jwt_secret": "8eX32U0S2Nf8wMMzEyl9xVT+0OwRbrLL",
  "api_keys": {
    "stripe": "sk_live_O55E4CKh3bwBdqN5LIQ8zlT5",
    "sendgrid": "SG.nYcRPMEGHIvR0nzMuHsUZ7",
    "twilio_sid": "ACb9ae4aa03ff2914c1a4a54baa40695b1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}