From 1bd5b58d9ad4ac5a2e6be4ae06991b188c02aa2a Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 1 Sep 2025 16:45:22 -0500 Subject: [PATCH] docs(install): updated env example --- lstDocs/docs/install.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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