fix(focus): update nextcloud options
This commit is contained in:
parent
4c54857ac2
commit
f4c9737ea2
1 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,10 @@ in {
|
|||
config.dbtype = "pgsql";
|
||||
config.adminuser = "koishi";
|
||||
config.adminpassFile = builtins.toString (pkgs.writeText "password" "initial_password");
|
||||
extraOptions.overwriteprotocol = "https";
|
||||
extraOptions.default_phone_region = "US";
|
||||
extraOptions.default_language = "zh";
|
||||
extraOptions.default_locale = "zh_Hans_CN";
|
||||
settings.overwriteprotocol = "https";
|
||||
settings.default_phone_region = "US";
|
||||
settings.default_language = "zh";
|
||||
settings.default_locale = "zh_Hans_CN";
|
||||
caching.redis = true;
|
||||
phpOptions.upload_max_filesize = "128G";
|
||||
phpOptions.post_max_size = "128G";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue