{
  "name": "user-service",
  "version": "3.5.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EA24NC9hC8rsqGgYa7rZ"
  },
  "jwt_secret": "R5ht9P7DpYHj3esZvQYm6oPn+qc9ysRi",
  "api_keys": {
    "stripe": "sk_live_hIfn97hq2VGDZpQltsGuw7Ag",
    "sendgrid": "SG.DcmqbR9QfKZZr9cLim7SIG",
    "twilio_sid": "AC626bcaf7c2db2025e43757d40bd7f2df"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}