docs(install): updated env example
This commit is contained in:
@@ -108,15 +108,20 @@ REQUESTUSER="ALPLAIMPORT"
|
|||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
|
|
||||||
# alpaprod tec apiKey
|
# alpaprod tec apiKey
|
||||||
TEC_API_KEY = "api key"
|
TEC_API_KEY=apikey
|
||||||
|
|
||||||
# postgres db
|
# postgres db
|
||||||
DB_HOST=localhost
|
DATABASE_HOST=localhost
|
||||||
DB_PORT=5433
|
DATABASE_PORT=5432
|
||||||
DB_USER=username
|
DATABASE_USER=username
|
||||||
DB_PASSWORD=superSecretPassword
|
DATABASE_PASSWORD=supersecretpasswrod
|
||||||
DB_NAME=lst_db
|
DATABASE_DB=lst
|
||||||
|
|
||||||
|
# prodServer
|
||||||
|
PROD_SERVER=usmcd1vms036
|
||||||
|
PROD_PLANT_TOKEN=test3
|
||||||
|
PROD_USER=alplaprod
|
||||||
|
PROD_PASSWORD=password
|
||||||
```
|
```
|
||||||
|
|
||||||
### DB setup
|
### DB setup
|
||||||
|
|||||||
Reference in New Issue
Block a user