7 lines
192 B
Bash
7 lines
192 B
Bash
# Port the Express server listens on
|
|
PORT=3001
|
|
|
|
# Optional: seed directories on first run (can also be set via the UI settings)
|
|
# TARGET_DIR=C:\path\to\target
|
|
# RESULTS_DIR=C:\path\to\results
|