security: move secrets to .env, never commit secrets to git

This commit is contained in:
Agent 2026-03-13 11:17:53 +00:00
parent 0da8450830
commit 20fd23ff35
4 changed files with 30 additions and 4 deletions

View file

@ -17,6 +17,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^17.3.1",
"express": "^5.2.1",
"uuid": "^13.0.0",
"ws": "^8.19.0"