flowise / flowise.json
valentinteo's picture
Update flowise.json
5ddde87 verified
raw
history blame contribute delete
237 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSONat line 12, column 1
{
"port": 7860,
"flowiseUsername": "admin",
"flowisePassword": "admin",
"databasePath": "/data/.flowise",
"logPath": "/data/.flowise/logs",
"tempUploadDir": "/data/uploads",
"chroma": {
"mode": "remote",
"url": "http://localhost:8000"
}