{
  "name": "user-service",
  "version": "1.5.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dYuOXG9kLr125TJgvm8o"
  },
  "jwt_secret": "VfjOLgAYa0nApCCCMd4cUa7GcmKmwoV0",
  "api_keys": {
    "stripe": "sk_live_P8JPaR8P98wAyYiOxhJT2etc",
    "sendgrid": "SG.eORRtQy2eHaCVWc7mUy/Nj",
    "twilio_sid": "AC034a7c2263a8ea5fe07c914c00149480"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}