Skip to content

Commit

Permalink
fix: Fix ConfigPath env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer authored and elraro committed Apr 27, 2024
1 parent 2c48857 commit 469fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/res/env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ConfigPath: "VALETUDO_LOG_PATH",
ConfigPath: "VALETUDO_CONFIG_PATH",
LogPath: "VALETUDO_LOG_PATH",
HumanReadableSystemId: "VALETUDO_HUMAN_READABLE_SYSTEM_ID",
};

0 comments on commit 469fa5f

Please sign in to comment.