{
  "name": "auth-service",
  "version": "1.3.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VLUA78hl3xHpXvOnw4IC"
  },
  "jwt_secret": "E+0DxaBeVsL9rJ+syw601JvhSJ+WZKW4",
  "api_keys": {
    "stripe": "sk_live_zTfUdzOTdde1jcWAYZqkDTWZ",
    "sendgrid": "SG.cAVnFGc54OxjQ+ZMdTohHr",
    "twilio_sid": "ACe4a8a871cbfd9731c22518b50bbed98a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}