Skip to content

Commit

Permalink
hardcode config.js location to /etc so other state can easily be move…
Browse files Browse the repository at this point in the history
…d elsewhere
  • Loading branch information
f0x52 committed Oct 8, 2024
1 parent 1f67381 commit 2e72a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2e72a33

Please sign in to comment.