{
  "name": "auth-service",
  "version": "2.1.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "48Rm8LiA02hyuiLBtbJf"
  },
  "jwt_secret": "pHPZ7ENANpE0eXdC8F99snWS6zkuQ+tk",
  "api_keys": {
    "stripe": "sk_live_x8Gj1hJacgJ5pcURCVv88KBr",
    "sendgrid": "SG.ZGQdT+IUv2lQX+BaQ1pkrD",
    "twilio_sid": "ACc35b5648436de162f1eb74fc5d75314a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}