{
  "name": "user-service",
  "version": "3.1.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kDxFDa1SPfrPJtL2HAfW"
  },
  "jwt_secret": "wErfelLf8f+PkITdT/bMFUOsK69YopCm",
  "api_keys": {
    "stripe": "sk_live_8P5uk3AMhmUP9FizufEaMaZU",
    "sendgrid": "SG./s4MmfBdDZKeoajEEecFqq",
    "twilio_sid": "ACd013c946bf6610af45a9d4fa040b4bdf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}