mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Installed ueberDB
This commit is contained in:
parent
0c6296c516
commit
68dfff5a21
6 changed files with 134 additions and 66 deletions
|
@ -18,6 +18,8 @@ var fs = require("fs");
|
|||
|
||||
//default settings
|
||||
exports.port = 9001;
|
||||
exports.dbType = "sqlite";
|
||||
exports.dbSettings = { "filename" : "../var/sqlite.db" };
|
||||
|
||||
//read the settings sync
|
||||
var settingsStr = fs.readFileSync("../settings.json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue