{
  "name": "user-service",
  "version": "2.1.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "S5TfCYS1xtMuifV0uuL9"
  },
  "jwt_secret": "C+lZzHAQokpogq3F4kVBWu10K6AuGDtG",
  "api_keys": {
    "stripe": "sk_live_ZLVhQIGxlVEOxg4W1OAOwpSX",
    "sendgrid": "SG.kUY/tEbwT5LVseyH+n5jwn",
    "twilio_sid": "AC6f4a77196072d7dac8c1f15a2224ba47"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}