aboutsummaryrefslogtreecommitdiff
path: root/consul
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-05 16:48:59 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-15 16:06:28 +0200
commitedb0a3737a9f445110d4f6b62b5ba300c9c86e33 (patch)
tree6ae4f48a2af07101465b2bfe4ebed3b9abe79edc /consul
parent24118ab426f08e5bbfd9e53faeab09ac09f44313 (diff)
downloadinfrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.tar.gz
infrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.zip
WIP NextCloud using Garage backend, fix app download urlsalexvm
Diffstat (limited to 'consul')
-rw-r--r--consul/configuration/nextcloud/config.php.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/consul/configuration/nextcloud/config.php.tpl b/consul/configuration/nextcloud/config.php.tpl
index 7dcfc6e..7c73187 100644
--- a/consul/configuration/nextcloud/config.php.tpl
+++ b/consul/configuration/nextcloud/config.php.tpl
@@ -6,6 +6,7 @@ $CONFIG = array (
'secret' => '{{ key "secrets/nextcloud/secret" | trimSpace }}',
'trusted_domains' => array (
0 => 'nextcloud.deuxfleurs.fr',
+ 1 => 'nextcloud.devx.adnab.me',
),
'memcache.local' => '\\OC\\Memcache\\APCu',