flowise / flowise.json
Seaha's picture
Create flowise.json
70b3b7f 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"
}