{
  "name": "auth-service",
  "version": "2.7.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DexNT5ZeitojnlTnslEZ"
  },
  "jwt_secret": "jEX0n8BUmGHCmEPHwd7uRpwobwRxZaKo",
  "api_keys": {
    "stripe": "sk_live_w1nXaHwshGiDc4VxHe44B5I9",
    "sendgrid": "SG.fuCYDoiwCLxPHY4eApQL/q",
    "twilio_sid": "AC379b3c72d38dcb0f84a1c248a672eff4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}