mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
a9e269b52c
- use logger.xxx instead of console.xxx - added express middleware logging (using jsonl) - added LOG_PATH as environment variable - more configs postponed for later iteration
8 lines
223 B
Bash
8 lines
223 B
Bash
PORT=3000
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# DEBUG=true
|
|
# DATABASE_PATH=/your_database_path/.flowise
|
|
# APIKEY_PATH=/your_api_key_path/.flowise
|
|
# LOG_PATH=/your_api_key_path/logs
|
|
# EXECUTION_MODE=child or main |