diff --git a/host_vars/VMAS-BUILD b/host_vars/VMAS-BUILD index 75053f4..59dca7d 100644 --- a/host_vars/VMAS-BUILD +++ b/host_vars/VMAS-BUILD @@ -7,6 +7,19 @@ chainetv_repo_branch: dev certbot_create_if_missing: false +nextcloud_trusted_domains: + - localhost + - vmas-build +nextcloud_config_options: # additional options to set in config.php + - option: overwrite.cli.url + value: "'https://vmas-build'" + - option: maintenance + value: "false" + - option: loglevel + value: "2" + + + nginx_vhosts: - listen: "80" server_name: "_" diff --git a/host_vars/VMAS-HML b/host_vars/VMAS-HML index bcdb8b5..10bcb7a 100644 --- a/host_vars/VMAS-HML +++ b/host_vars/VMAS-HML @@ -13,7 +13,7 @@ nextcloud_trusted_domains: - vmas-hml nextcloud_config_options: # additional options to set in config.php - option: overwrite.cli.url - value: "'https://vmas-hml'" + value: "http://vmas-hml" - option: maintenance value: "false" - option: loglevel