docs(.env example): added postrgres example
This commit is contained in:
12
.env-example
12
.env-example
@@ -12,7 +12,17 @@ GITEA_USERNAME=username
|
|||||||
GITEA_REPO=logistics_support_tool
|
GITEA_REPO=logistics_support_tool
|
||||||
GITEA_TOKEN=ad8eac91a01e3a1885a1dc10
|
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 locs
|
||||||
DEV_FOLDER=C\drive\loc
|
DEV_FOLDER=C\drive\loc
|
||||||
ADMUSER=username
|
ADMUSER=username
|
||||||
ADMPASSWORD=password
|
ADMPASSWORD=password
|
||||||
|
|
||||||
|
# Build number info
|
||||||
|
BUILD_NAME=leBlfRaj
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,6 +10,7 @@ LstWrapper/obj
|
|||||||
scripts/tmp
|
scripts/tmp
|
||||||
backend/docs
|
backend/docs
|
||||||
backend/frontend
|
backend/frontend
|
||||||
|
testFolder
|
||||||
|
|
||||||
# ---> Go
|
# ---> Go
|
||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
# If you prefer the allow list template instead of the deny list, see community template:
|
||||||
@@ -191,4 +192,5 @@ backend/go.sum
|
|||||||
BUILD_NUMBER
|
BUILD_NUMBER
|
||||||
scripts/resetDanger.js
|
scripts/resetDanger.js
|
||||||
LstWrapper/Program_vite_as_Static.txt
|
LstWrapper/Program_vite_as_Static.txt
|
||||||
|
LstWrapper/Program_proxy_backend.txt
|
||||||
scripts/stopPool.go
|
scripts/stopPool.go
|
||||||
|
|||||||
Reference in New Issue
Block a user