fix nextcloud s3 host address
This commit is contained in:
parent
743bb93534
commit
f82874d308
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in
|
||||||
bucket = "nextcloud";
|
bucket = "nextcloud";
|
||||||
key = config.clan.core.vars.generators.nextcloud-s3-storage.files.access-key-id.value;
|
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;
|
secretFile = config.clan.core.vars.generators.nextcloud-s3-storage.files.access-key-secret.path;
|
||||||
hostname = config.clan.core.vars.generators.zerotier.files.zerotier-ip.value;
|
hostname = "[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]";
|
||||||
port = 3900;
|
port = 3900;
|
||||||
useSsl = false;
|
useSsl = false;
|
||||||
region = "garage";
|
region = "garage";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue