mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
use "cryptomator.config" for config file
This commit is contained in:
@@ -42,7 +42,7 @@ class AdminPropertiesSetter {
|
||||
private static final String LINUX_DIR = "/etc/cryptomator";
|
||||
private static final String MAC_DIR = "/Library/Application Support/Cryptomator";
|
||||
private static final String WIN_DIR = "C:\\ProgramData\\Cryptomator";
|
||||
private static final String CONFIG_NAME = "config.properties";
|
||||
private static final String CONFIG_NAME = "cryptomator.config";
|
||||
private static final Set<String> ALLOWED_OVERRIDES = Set.of( //
|
||||
"cryptomator.logDir", //
|
||||
"cryptomator.pluginDir", //
|
||||
|
||||
Reference in New Issue
Block a user