Update .env.example

This commit is contained in:
Atish Amte
2023-07-18 23:57:44 +05:30
committed by GitHub
parent fe7e0d10f5
commit 318bd516d7
+4 -4
View File
@@ -14,11 +14,11 @@ DATABASE_TYPE="sqlite" # sqlite, mysql, postgres
# DATABASE_PATH=/your_database_path/.flowise
# When database is not sqlite
# DATABASE_PORT="3306"
# DATABASE_HOST="127.0.0.1"
# DATABASE_PORT=""
# DATABASE_HOST=""
# DATABASE_NAME="flowise"
# DATABASE_USER="root"
# DATABASE_PASSWORD="atish123"
# DATABASE_USER=""
# DATABASE_PASSWORD=""
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash