Activated autoflush for EspoCRM and updated docs concerning this option

This commit is contained in:
2025-07-14 13:22:02 +02:00
parent f7aab39167
commit 30d583f0c9
2 changed files with 10 additions and 8 deletions

View File

@@ -1,2 +1,3 @@
application_id: {{ application_id }} # ID of the application, should be the name of the role folder
database_type: 0 # Database type [postgres, mariadb]
application_id: {{ application_id }} # ID of the application, should be the name of the role folder
database_type: 0 # Database type [postgres, mariadb]
docker_compose_flush_handlers: true # When this is set to true an auto-flush after the docker-compose.yml, and env deploy is triggered, otherwise you have todo it manual.