{
  "name": "user-service",
  "version": "1.1.22",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bw8zc3il62yVi6lsEL5z"
  },
  "jwt_secret": "DyoBqWAwWvqWMB25t89v3lELnyIE14mh",
  "api_keys": {
    "stripe": "sk_live_7rt1cDuAO3LlrmqNhFZHulIz",
    "sendgrid": "SG.eaADXnFumhJzKwWVGnItYc",
    "twilio_sid": "AC423668fefe9db4510bf3f08837d08e5e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}