test(datamart): more work on datamart setup

This commit is contained in:
2026-01-03 10:48:56 -06:00
parent 404974dde0
commit c06a52a4ac
4 changed files with 62 additions and 5 deletions

32
.env-example Normal file
View File

@@ -0,0 +1,32 @@
# Server
PORT=3000
URL=http://localhost:3000
# authentication
BETTER_AUTH_SECRET=""
RESET_EXPIRY_SECONDS=3600
# logging
LOG_LEVEL=debug
# prodServer
PROD_SERVER=usmcd1vms036
PROD_PLANT_TOKEN=test3
PROD_USER=alplaprod
PROD_PASSWORD=password
# postgres connection
DATABASE_HOST=localhost
DATABASE_PORT=5433
DATABASE_USER=user
DATABASE_PASSWORD=password
DATABASE_DB=lst_dev
# how is the app running server or client when in client mode you must provide the server
APP_RUNNING_IN=server
SERVER_NAME=localhost
#dev stuff
GITEA_TOKEN=""
EMAIL_USER=""
EMAIL_PASSWORD=""