Skip to content

Commit 0d23eb4

Browse files
committed
hardcode config.js location to /etc so other state can easily be moved elsewhere
1 parent f939247 commit 0d23eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ class Config {
125125
}
126126

127127
getConfigPath() {
128-
return path.join(this.#homePath, "config.js");
128+
// return path.join(this.#homePath, "config.js");
129+
return "/etc/thelounge/config.js";
129130
}
130131

131132
getUserLogsPath() {

0 commit comments

Comments
 (0)