{
  "name": "auth-service",
  "version": "1.4.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JsKynDFl9IvsEpj5Mpvk"
  },
  "jwt_secret": "sKpR677BzarMuwpRAQRtLX4ICnuuG1+3",
  "api_keys": {
    "stripe": "sk_live_kxX6yZ11y8XltEBi0f536H6N",
    "sendgrid": "SG.56pwp0cIRvzkZuGeFTpYAV",
    "twilio_sid": "AC5954ee9d822e118ab9be60e255e186bd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}