{
  "name": "user-service",
  "version": "2.7.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "lcbgRn86f6pT7MqcB2LF"
  },
  "jwt_secret": "Uy6MJ4tljIMEYM89WJERkxZ0NdMcS+/8",
  "api_keys": {
    "stripe": "sk_live_k1OnBU2wN72ZPYNi5NaPFpFv",
    "sendgrid": "SG.evGGfSXbetvlJpXzMVP9Ar",
    "twilio_sid": "ACcc1eb878ca2385300f1f7a7633b5f2b3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}