mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #638 from arodland/patch-1
fix loading default config
This commit is contained in:
commit
c3d558a07a
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const defaultConfig = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
nconf.defaults(defaultConfig.local);
|
nconf.defaults(defaultConfig);
|
||||||
nconf.required(["local:host", "local:port"]);
|
nconf.required(["local:host", "local:port"]);
|
||||||
|
|
||||||
export const settingsStore = reactive(defaultConfig);
|
export const settingsStore = reactive(defaultConfig);
|
||||||
|
|
Loading…
Reference in a new issue