{
  "name": "auth-service",
  "version": "1.1.27",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ogrxOMY4V6SXc6rVoLTq"
  },
  "jwt_secret": "4tgfJrStf+a2sFjkGTJ6Jz06YtMVYoZG",
  "api_keys": {
    "stripe": "sk_live_o6mcajEuYfygZWC3YGY2JCPr",
    "sendgrid": "SG.Ni30o/CS2QGVh5yv2+7NbJ",
    "twilio_sid": "AC2c0ce2d11b0eabafccb4e2c8b0c98a52"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}