test / flowise.json
kx3005's picture
Update flowise.json
d631c68 verified
Raw
History Blame Contribute Delete
278 Bytes
{
"port": 7860,
"flowiseUsername": "admin",
"flowisePassword": "admin",
"databasePath": "/data/.flowise",
"logPath": "/data/.flowise/logs",
"tempUploadDir": "/data/uploads",
"chroma": {
"mode": "remote",
"url": "http://localhost:8000"
}
}