Update env variable docs

This commit is contained in:
Thomas Zerr
2024-08-20 17:31:44 +02:00
parent b8191dec2e
commit 090178a3dd
6 changed files with 201 additions and 166 deletions

View File

@@ -45,7 +45,7 @@ public class ServerConfigYaml {
private LogConfig() {}
public String getLogDir() {
return logDir;
return getEnvWithDefault("LOG_DIR", logDir);
}
public void setLogDir(String logDir) {