{
  "name": "user-service",
  "version": "2.7.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dXt1U8GizIFwVCBfcsgo"
  },
  "jwt_secret": "4E06psqO0w0fPWaiMGMT0Fu2lv1UAxDV",
  "api_keys": {
    "stripe": "sk_live_19ehubmz47hICePGdtbOECGq",
    "sendgrid": "SG.K3fuDuVFDv2qIc53CUfOQ3",
    "twilio_sid": "ACbe57b02bd2c791f66e9797c4870e82de"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}