docs(install): updated env example

This commit is contained in:
2025-09-01 16:45:22 -05:00
parent d058dfeb1c
commit 1bd5b58d9a

View File

@@ -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