Вынес publicDir в конфиг

This commit is contained in:
Book Pauk
2018-12-27 22:12:33 +07:00
parent 6a83a09d33
commit a5049e0378
3 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
tempDir: execPath + '/tmp',
logDir: execPath + '/log',
dataDir: execPath + '/data',
publicDir: execPath + '/public',
dbFileName: 'db.sqlite',
loggingEnabled: true,