{
  "name": "auth-service",
  "version": "2.5.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QFicfwtgawv4c90nugJK"
  },
  "jwt_secret": "Z+JnI69Hkm6k6Up0s4pk24SEkyyX4pVY",
  "api_keys": {
    "stripe": "sk_live_fUOHZwiD4gS585FJqS1RuhSJ",
    "sendgrid": "SG.4VcktYHbel6of6VzFGAbUt",
    "twilio_sid": "AC9e224e74de1fe4c9432ff44dec8660c1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}