{
  "name": "user-service",
  "version": "1.1.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "w465EOjGm1muoz7Oe30l"
  },
  "jwt_secret": "JP6WqwXSRdYKjBip48U9TXfk6VdfJEox",
  "api_keys": {
    "stripe": "sk_live_dYWzLV28AdPGvHBGwxDXUPNh",
    "sendgrid": "SG.jq0GUh9hW55hDGntXyS5Lt",
    "twilio_sid": "AC9df626034b3644a7d3b899c50bede4a2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}