{
  "name": "auth-service",
  "version": "2.4.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7X0Tjq88kLBDvLn23PSs"
  },
  "jwt_secret": "gbACIOEGqF1TZbvX8sE1j4s2pZCxNVEb",
  "api_keys": {
    "stripe": "sk_live_H3olKYp7GnlzIyvkvHrTHG7q",
    "sendgrid": "SG.gLEGPHRvo3NDGCYmHJwivr",
    "twilio_sid": "ACe7637e12788ef1846f38d23647454330"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}