{
  "name": "user-service",
  "version": "1.6.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SMQx5oPuAcAevxyNaNHJ"
  },
  "jwt_secret": "WQ2qVW4bF8ficHatGa7eKokVwY/tGRGw",
  "api_keys": {
    "stripe": "sk_live_nP6ISHa0Dn0cG7SAgsEvcD6e",
    "sendgrid": "SG.7u1Sml8GhpqydKgfXY5xCf",
    "twilio_sid": "AC4175710e10622641ca04bd69dd340de3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}