Quoted bools, removed quota

This commit is contained in:
2023-03-19 20:20:41 +00:00
parent e8095a7674
commit 9f91f4efe5
17 changed files with 48 additions and 308 deletions

View File

@@ -28,7 +28,7 @@ site:
url: "www.mycustomer.com"
# Whether to keep plugins and Wordpress updated
autoUpdate: true
autoUpdate: 'true'
# Storage settings
storage: {}
@@ -58,14 +58,14 @@ site:
content: {}
# content:
# import: true
# import: 'true'
# url: "https://mycustomer.com/wp-content-data.zip"
# Optional: Import database from URL
database: {}
# database:
# import: true
# import: 'true'
# force: false
# url: "https://www.mycustomer.com/mysqldump.sql"