From e01aae6c30f18003ceae07c092cddeb488e8f472 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 7 Jan 2024 01:53:03 -0500 Subject: package updates & social auth setup --- ci/config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/config') diff --git a/ci/config/config.json b/ci/config/config.json index ac83b0c..b410399 100644 --- a/ci/config/config.json +++ b/ci/config/config.json @@ -124,7 +124,8 @@ //Hot-reload creates collectable assemblies that allow full re-load support in the host application, should only be used for development purposes! "hot_reload": false, "reload_delay_sec": 2, - "path": "plugins" + "path": "plugins", + "config_dir": "config" }, "disabled sys_log": { -- cgit