32 lines
571 B
Plaintext
32 lines
571 B
Plaintext
# 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="" |