Change setting file name

This commit is contained in:
Sebastien Clement 2019-12-19 15:21:59 +01:00
parent add252bd36
commit 5d469f805c
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -104,5 +104,4 @@ dist
.tern-port
.vscode
status.json
nextcloud_config.json
auto_backup_config.json
conf.json

View File

@ -1,6 +1,6 @@
const fs = require('fs');
const settingsPath = "./config.json"
const settingsPath = "./conf.json"
function getSettings(){