{
  "name": "auth-service",
  "version": "2.2.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XWlPD05VveGPOG3hCjfJ"
  },
  "jwt_secret": "7PYI7OPwiHx0MuyCzCdjyC2HdH7hZBbB",
  "api_keys": {
    "stripe": "sk_live_prsfrrebKrB6NhBYofenyYeM",
    "sendgrid": "SG.UbLR97xS+8fkYxBwnf8YeW",
    "twilio_sid": "ACbf98b2e09ae7f74d3f8e7b3588fd793d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}