{
  "name": "user-service",
  "version": "2.3.28",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WgNBmMzeA30cOwe76q3o"
  },
  "jwt_secret": "EVc+XK33OekyMWRPJHiqcGAOPwWO2BzY",
  "api_keys": {
    "stripe": "sk_live_nnsAWwMhLOh0AgDbyRlzeitH",
    "sendgrid": "SG.W4ytXhPz+ltx2cH0TU3V/L",
    "twilio_sid": "ACa02bd73a08e6b91c5865c9d81c832ca1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}