{
  "name": "auth-service",
  "version": "1.0.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YwOVvIgOcAg0hfTQ0Mcm"
  },
  "jwt_secret": "KS6/9tKIwH9T77hHP5snltX6m4pdVqcI",
  "api_keys": {
    "stripe": "sk_live_DVU20JwwJCqVOhiejJmaSxr4",
    "sendgrid": "SG.nZLhG/ZtaK7m2nNGLZnIIF",
    "twilio_sid": "ACbc0a6a87e9b7dd6f9e0731586e0c28aa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}