replace .env.development[production].local with .env.development[production];add env example

This commit is contained in:
david_bai
2025-06-30 20:45:06 +08:00
parent ba0a73fb1b
commit d2e93073f8
15 changed files with 57 additions and 30 deletions
+6
View File
@@ -0,0 +1,6 @@
BACKEND_PORT=3001
REDIS_HOST='localhost'
REDIS_PORT=6379
CORS_ORIGIN=http://localhost:3002