{
  "name": "user-service",
  "version": "1.5.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yfEU5BxjwRFWvGjyjpec"
  },
  "jwt_secret": "1uJKB+nSPZiRz0VT+FKkfQnB0rVfV80y",
  "api_keys": {
    "stripe": "sk_live_9j5ic1WK5vtVWQtPc2r4sLIP",
    "sendgrid": "SG.H2WKvTAF6SZc71rkEnFUYl",
    "twilio_sid": "AC00ca0c550bb012bb36ad0a8993f2e69f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}