{
  "name": "user-service",
  "version": "3.8.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "R8SSPIznQ5yLX45neGka"
  },
  "jwt_secret": "Jx68SnNkQeIgOGgLuIiVUv0f0CjqWpQX",
  "api_keys": {
    "stripe": "sk_live_XXJIRYQOGpjQHyN2sS2nZJz2",
    "sendgrid": "SG.jtJL85hvKaYt/8Q4VHsB2W",
    "twilio_sid": "AC376486f4f3ef87d720ee59d3f2acadc7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}