diff --git a/lstDocs/docs/install.md b/lstDocs/docs/install.md index c885e07..f814983 100644 --- a/lstDocs/docs/install.md +++ b/lstDocs/docs/install.md @@ -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