mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
improved error handling of wrong port configuration, #3177
This commit is contained in:
@@ -64,11 +64,13 @@ const DOCUMENT_PATH = TRILIUM_DATA_DIR + path.sep + "document.db";
|
||||
const BACKUP_DIR = TRILIUM_DATA_DIR + path.sep + "backup";
|
||||
const LOG_DIR = TRILIUM_DATA_DIR + path.sep + "log";
|
||||
const ANONYMIZED_DB_DIR = TRILIUM_DATA_DIR + path.sep + "anonymized-db";
|
||||
const CONFIG_INI_PATH = TRILIUM_DATA_DIR + '/config.ini';
|
||||
|
||||
module.exports = {
|
||||
TRILIUM_DATA_DIR,
|
||||
DOCUMENT_PATH,
|
||||
BACKUP_DIR,
|
||||
LOG_DIR,
|
||||
ANONYMIZED_DB_DIR
|
||||
ANONYMIZED_DB_DIR,
|
||||
CONFIG_INI_PATH
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user