{
  "name": "user-service",
  "version": "3.7.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bCGWhNmJaTgr8eeVwfVh"
  },
  "jwt_secret": "YAaqG5gozCTKGcLHSAedF04k0IcbvMhA",
  "api_keys": {
    "stripe": "sk_live_Pufqmh6Iz1XUgZ9sdoIlm0Bn",
    "sendgrid": "SG.gidNH/aiKL9StatIVkmy3+",
    "twilio_sid": "AC6713a7d2eda9392bc56834e2021c7952"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}