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