init
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# For docker compose (optional, default: bizmatch)
|
||||
DB_PASSWORD=bizmatch
|
||||
|
||||
# For dev mode (npm run dev) on the host:
|
||||
DATABASE_URL=postgres://bizmatch:bizmatch@127.0.0.1:5432/bizmatch
|
||||
PORT=8090
|
||||
NAS_ROOT=/mnt/bizmatch-nas
|
||||
|
||||
# Directory names directly below NAS_ROOT, one per business status
|
||||
NAS_DIR_ACTIVE="AAA = ACTIVE"
|
||||
NAS_DIR_SOLD="AAA = SOLD"
|
||||
NAS_DIR_INACTIVE="AAA = INACTIVE"
|
||||
Reference in New Issue
Block a user