mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-09-17 08:23:03 -04:00
feat: update environment variables for Koreader registration and localization adjustments
This commit is contained in:
1 parent
418b727f0c
commit
c8111e7342
4 files changed
+5
-5
No files matched your search
@@ -43,7 +43,7 @@ func initKoreader() {
|
||||
}
|
||||
|
||||
koreaderPort = getEnv("KOREADER_PORT", "7200")
|
||||
koreaderRegistrationEnabled = getEnv("KOREADER_ENABLE_REGISTRATION", "true") != "false"
|
||||
koreaderRegistrationEnabled = getEnv("ENABLE_KOREADER_REGISTRATION", "true") != "false"
|
||||
|
||||
// Ensure the config directory exists inside the uploads volume.
|
||||
dbDir := filepath.Join(uploadDir, "config")
|
||||
|
||||
Reference in new issue
Block a user