fix default vars
This commit is contained in:
parent
044f17d163
commit
710c2a572f
@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
# domain, webroot
|
# domain, webroot
|
||||||
nextcloud_domain: example.com
|
nextcloud_domain: example.com
|
||||||
nextcloud_trusted_domains:
|
|
||||||
- "{{ nextcloud_domain }}"
|
|
||||||
nextcloud_web_root: /
|
nextcloud_web_root: /
|
||||||
|
|
||||||
# database
|
# database
|
||||||
@ -25,7 +23,8 @@ nextcloud_admin_user: admin
|
|||||||
nextcloud_admin_password: password
|
nextcloud_admin_password: password
|
||||||
|
|
||||||
# space separated trusted domains
|
# space separated trusted domains
|
||||||
nextcloud_trusted_domains: ""
|
nextcloud_trusted_domains:
|
||||||
|
- "{{ nextcloud_domain }}"
|
||||||
|
|
||||||
# The install and update script is only triggered when a default command
|
# The install and update script is only triggered when a default command
|
||||||
# is used (apache-foreground or php-fpm). If you use a custom command
|
# is used (apache-foreground or php-fpm). If you use a custom command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user