update docs on Docker env path

This commit is contained in:
Henry
2023-07-17 20:02:04 +01:00
parent 25b160261a
commit 745a42224f
6 changed files with 32 additions and 8 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
PORT=3000
DATABASE_PATH=/root/.flowise
APIKEY_PATH=/root/.flowise
LOG_PATH=/root/.flowise/logs
# FLOWISE_USERNAME=user
# FLOWISE_PASSWORD=1234
# DEBUG=true
# DATABASE_PATH=/your_database_path/.flowise
# APIKEY_PATH=/your_api_key_path/.flowise
# LOG_PATH=/your_log_path/logs
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
# EXECUTION_MODE=child or main