{
  "name": "auth-service",
  "version": "1.1.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zQ0eSLwZhinzx8t33pNm"
  },
  "jwt_secret": "MEBu24vKsGUeC+z65LFINKSGEhtQccbc",
  "api_keys": {
    "stripe": "sk_live_F6hbfgEPnod38ZENLR7YpTKj",
    "sendgrid": "SG.eAura5+lHHHWpJHULQcIz+",
    "twilio_sid": "AC4e660eb3e5f8b46c298bfd623cf37bc2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}