flowise / flowise.json
rickysk's picture
Create flowise.json
8a4e563 verified
raw
history blame contribute delete
239 Bytes
{
"port": 7860,
"flowiseUsername": "admin",
"flowisePassword": "admin",
"databasePath": "/data/.flowise",
"logPath": "/data/.flowise/logs",
"tempUploadDir": "/data/uploads",
"chroma": {
"mode": "remote",
"url": "http://localhost:8000"
}
}