refactor(app port): changed to have the port be dyncamic on the iis side
docker will default to 8080 and can be adjusted via the docker compose, or passing the same env over it will change it as well.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# uncomment this out to run in productions
|
||||
# APP_ENV=production
|
||||
|
||||
# Server port that will allow vite to talk to the backend.
|
||||
VITE_SERVER_PORT=4000
|
||||
|
||||
# lstv2 loc
|
||||
LSTV2="C\drive\loc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user