{
  "name": "user-service",
  "version": "3.4.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HrcicXhHJhzRbCzd39mo"
  },
  "jwt_secret": "kc8ismYwPfaeAVj43teNbKIDVrNGgH6z",
  "api_keys": {
    "stripe": "sk_live_C1UltHGfxAc6VdkLL7D044T0",
    "sendgrid": "SG.WqFXVV0q/hnFyfMsRLNSgz",
    "twilio_sid": "AC68d302198351a89e3269e3590cb521de"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}