docs(env-examples): added more parameters
This commit is contained in:
11
.env-example
11
.env-example
@@ -1,6 +1,17 @@
|
|||||||
# server port
|
# server port
|
||||||
VITE_PORT = 4000
|
VITE_PORT = 4000
|
||||||
|
|
||||||
|
# TMS AccoutINFO - This is for Transport Insight only
|
||||||
|
USERID=ALPLAWS
|
||||||
|
PASSWORD=password
|
||||||
|
REQUESTUSER=ALPLAIMPORT
|
||||||
|
|
||||||
|
# logLevel
|
||||||
|
LOG_LEVEL=debug
|
||||||
|
|
||||||
|
# alpaprod tec apiKey
|
||||||
|
TEC_API_KEY=api key
|
||||||
|
|
||||||
# postgres connection
|
# postgres connection
|
||||||
DATABASE_HOST=localhost
|
DATABASE_HOST=localhost
|
||||||
DATABASE_PORT=5432
|
DATABASE_PORT=5432
|
||||||
|
|||||||
Reference in New Issue
Block a user