mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
10 lines
245 B
Bash
10 lines
245 B
Bash
PORT=3000
|
|
DATABASE_PATH=/root/.flowise
|
|
APIKEY_PATH=/root/.flowise
|
|
LOG_PATH=/root/.flowise/logs
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# DEBUG=true
|
|
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
|
|
# EXECUTION_MODE=child or main
|