diff --git a/server/config.ts b/server/config.ts index bbbb3457..192333c8 100644 --- a/server/config.ts +++ b/server/config.ts @@ -125,7 +125,8 @@ class Config { } getConfigPath() { - return path.join(this.#homePath, "config.js"); + // return path.join(this.#homePath, "config.js"); + return "/etc/thelounge/config.js"; } getUserLogsPath() {