diff options
author | Alex Auvolat <alex@adnab.me> | 2020-07-05 16:48:59 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-07-15 16:06:28 +0200 |
commit | edb0a3737a9f445110d4f6b62b5ba300c9c86e33 (patch) | |
tree | 6ae4f48a2af07101465b2bfe4ebed3b9abe79edc /consul/configuration/nextcloud | |
parent | 24118ab426f08e5bbfd9e53faeab09ac09f44313 (diff) | |
download | infrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.tar.gz infrastructure-edb0a3737a9f445110d4f6b62b5ba300c9c86e33.zip |
WIP NextCloud using Garage backend, fix app download urlsalexvm
Diffstat (limited to 'consul/configuration/nextcloud')
-rw-r--r-- | consul/configuration/nextcloud/config.php.tpl | 1 |
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', |