{
  "name": "auth-service",
  "version": "1.6.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yCN1BoEcYHfexZJWLabJ"
  },
  "jwt_secret": "WZUEfZlTn396TeAhXwY2UPexB5AKppQz",
  "api_keys": {
    "stripe": "sk_live_QRkq9E1xnGDmYgKgFK7De4vS",
    "sendgrid": "SG.aIxAVZbYoiI/HrMNiQ7jHx",
    "twilio_sid": "ACa35bbfb6f62ef52d7337caa90d6ebef2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}