{
  "name": "user-service",
  "version": "1.3.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UZ9jNLuKaPlOg7rZN78X"
  },
  "jwt_secret": "7wGb4xkXOsXRfAcXIpLsv5b+yArQhduN",
  "api_keys": {
    "stripe": "sk_live_dPv85eBYSzjbrNhgHegTC9aG",
    "sendgrid": "SG.6PvnpIyeEziVagbVNiAX/F",
    "twilio_sid": "AC99b1852180c1590a08bfa8f8dfefff08"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}