fix nextcloud s3 endpoint
This commit is contained in:
parent
cd8370ae4d
commit
ce357923c0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in
|
|||
bucket = "nextcloud";
|
||||
key = config.clan.core.vars.generators.nextcloud-s3-storage.files.access-key-id.value;
|
||||
secretFile = config.clan.core.vars.generators.nextcloud-s3-storage.files.access-key-secret.path;
|
||||
hostname = "127.0.0.1";
|
||||
hostname = config.clan.core.vars.generators.zerotier.files.zerotier-ip.value;
|
||||
port = 3900;
|
||||
useSsl = false;
|
||||
region = "garage";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue