From a628a9a07fcb47ead5b8ecb7b4edd0b65cee36bf Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 18 Apr 2023 23:49:34 -0400 Subject: [PATCH] *set config dir property name --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 9126fad..8caf1e3 100644 --- a/src/config.ts +++ b/src/config.ts @@ -5,7 +5,7 @@ import * as fs from "fs"; import path from "path"; import log from "./log.js"; -const config = new Config("lumeweb-relay"); +const config = new Config("lumeweb-relay", "core.confdir"); let configDir;