{
  "name": "user-service",
  "version": "3.9.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NkWsSg495E37MWJEVzpF"
  },
  "jwt_secret": "VdO9hrLzDtqXIxaBn0gNRrABXYtPqH1/",
  "api_keys": {
    "stripe": "sk_live_VQFSqr3MI6lXFVWx0ZQ97YAR",
    "sendgrid": "SG.xx43KFVJS4reyZH1MWE1lL",
    "twilio_sid": "ACaa3670446d361bf19e20bff1cdacd18d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}