mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-11 09:24:48 -04:00
feat: update environment variables for Koreader registration and localization adjustments
This commit is contained in:
@@ -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