{
  "name": "user-service",
  "version": "2.6.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bLKNS0yz5RVNONHCPWGk"
  },
  "jwt_secret": "WHoY31XVMf2ZILO2sshAh++z11/GNvP5",
  "api_keys": {
    "stripe": "sk_live_3T3untC0Vx47ZT6uW8QijHiP",
    "sendgrid": "SG.+Nrql8OpRkRA67EAbUdeae",
    "twilio_sid": "AC48ef31b0027b6f38d233b8f29fb309fe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}