{
  "name": "auth-service",
  "version": "2.8.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "gKle2p4s9MnfOIQ0BESN"
  },
  "jwt_secret": "PtxQlz/uARqPTIkIOeCKJmOExdOLVEhZ",
  "api_keys": {
    "stripe": "sk_live_xkw7oil6wPfLHlsPqorJTGMW",
    "sendgrid": "SG.WyaV2lAZuM0FCrpHyQuRrm",
    "twilio_sid": "AC0d63e014c13efb587074cbbe6686bf9c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}