refactor(env-example): changes to the env example to include the dev stuff
This commit is contained in:
14
.env-example
14
.env-example
@@ -1,14 +1,18 @@
|
||||
# uncomment this out to run in productions
|
||||
# APP_ENV=production
|
||||
|
||||
# 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
|
||||
|
||||
# Build number info
|
||||
BUILD_NAME=rushjnnhj7212n
|
||||
|
||||
# lstv2 loc
|
||||
LSTV2=C\drive\loc
|
||||
# dev locs
|
||||
DEV_FOLDER=C\drive\loc
|
||||
ADMUSER=username
|
||||
ADMPASSWORD=password
|
||||
Reference in New Issue
Block a user