{
  "name": "user-service",
  "version": "2.9.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "I8ZsnSaTv3w8KCVL2Auk"
  },
  "jwt_secret": "W8vP78iFefJXKMn4cceBzs+gCGIT9+X8",
  "api_keys": {
    "stripe": "sk_live_FIRNep63NlzYT91r2Diq4ZfG",
    "sendgrid": "SG.7inG5unO38EocEHNgsoEKo",
    "twilio_sid": "AC9b6a12034c428198bbc52ceb12ecc028"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}