{
  "name": "user-service",
  "version": "2.4.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9GaBfW065gmvDLEMUPGK"
  },
  "jwt_secret": "+g8ihSgS2A7irNheTgwp4305xt9wbMDx",
  "api_keys": {
    "stripe": "sk_live_NRNWSkMl1jBl6mWEodaZpLVz",
    "sendgrid": "SG.D0dWUn8o2cAdZQr47rysv9",
    "twilio_sid": "AC42a988161b147b187ca1a5496d9623ec"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}