{
  "name": "user-service",
  "version": "3.3.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SCRGehwfwjLW8GNpsNhm"
  },
  "jwt_secret": "WMbXIzWNLwaJMPIY1tGd6EsX6Bs3Mon6",
  "api_keys": {
    "stripe": "sk_live_Bm4UdRtNBkFU3zOIob0Bhcgj",
    "sendgrid": "SG.zLw8jB0U1fxepyiwnmLud7",
    "twilio_sid": "AC03be41357d95e247b875486e0ded2ce4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}