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.
31 lines
584 B
Plaintext
31 lines
584 B
Plaintext
# 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"
|
|
|
|
# dev stuff below
|
|
|
|
# Gitea Info
|
|
GITEA_URL=git repo
|
|
GITEA_USERNAME=username
|
|
GITEA_REPO=logistics_support_tool
|
|
GITEA_TOKEN=ad8eac91a01e3a1885a1dc10
|
|
|
|
# postgres db
|
|
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_USER=username
|
|
DB_PASSWORD=password
|
|
DB_NAME=lst # db must be created before you start the app
|
|
|
|
# dev locs
|
|
DEV_FOLDER=C\drive\loc
|
|
ADMUSER=username
|
|
ADMPASSWORD=password
|
|
|
|
# Build number info
|
|
BUILD_NAME=leBlfRaj |