diff options
Diffstat (limited to 'consul/configuration/nextcloud/config.php.tpl')
-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', |