replace .env.development[production].local with .env.development[production];add env example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
BACKEND_PORT=3001
|
||||
|
||||
REDIS_HOST='localhost'
|
||||
REDIS_PORT=6379
|
||||
|
||||
CORS_ORIGIN=http://localhost:3002
|
||||
Reference in New Issue
Block a user