문제

I am running Etherpad Lite on windows, and apparently it is persisting pads across shutdowns. But where? Does it run sqlite inside the node.exe process? What files does it use to store whichever database it might be using?

도움이 되었습니까?

해결책

They use dirtyDB as its datastore if you dont specify a postgres, sqlite or mysql configuration in $APPDIR$/settings.json

The dirtyDB file path is also set in the settings.json file. -- They recommend using dirtyDB only for testing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top