From fc3cfe999ab75a3930eb54d85f0197426b552959 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sun, 31 Aug 2025 15:33:09 -0500 Subject: [PATCH] docs(.env-example): prod server example --- .env-example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env-example b/.env-example index 0688ee4..6109eeb 100644 --- a/.env-example +++ b/.env-example @@ -6,4 +6,10 @@ DATABASE_HOST=localhost DATABASE_PORT=5432 DATABASE_USER=username DATABASE_PASSWORD=password -DATABASE_DB=lst \ No newline at end of file +DATABASE_DB=lst + +# prodServer +PROD_SERVER=usmcd1vms036 +PROD_PLANT_TOKEN=test3 +PROD_USER=alplaprod +PROD_PASSWORD=password \ No newline at end of file