From edb0a3737a9f445110d4f6b62b5ba300c9c86e33 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 5 Jul 2020 16:48:59 +0200 Subject: WIP NextCloud using Garage backend, fix app download urls --- consul/configuration/nextcloud/config.php.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'consul/configuration/nextcloud') 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', -- cgit v1.2.3