{
  "name": "auth-service",
  "version": "2.7.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rFdU7EPM2mIrY95xyTYU"
  },
  "jwt_secret": "R1387tuwWF8ptTRXUOFxJ/5Uw296PERG",
  "api_keys": {
    "stripe": "sk_live_18SgpspE7eyJ7dtzsfVUK5c8",
    "sendgrid": "SG.chRDqzpnEfrVXaHF4ZKtYs",
    "twilio_sid": "AC1da71e06487742ae828bf8530a7c45ea"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}