15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
# server port
|
|
VITE_PORT = 4000
|
|
|
|
# postgres connection
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=5432
|
|
DATABASE_USER=username
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_DB=lst
|
|
|
|
# prodServer
|
|
PROD_SERVER=usmcd1vms036
|
|
PROD_PLANT_TOKEN=test3
|
|
PROD_USER=alplaprod
|
|
PROD_PASSWORD=password |