mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Activated autoflush for EspoCRM and updated docs concerning this option
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
application_id: "espocrm"
|
||||
database_type: "mariadb"
|
||||
ws_path: "/ws"
|
||||
ws_port: "{{ ports.localhost.websocket[application_id] }}"
|
||||
client_max_body_size: "100m"
|
||||
vhost_flavour: "ws_generic"
|
||||
application_id: "espocrm"
|
||||
database_type: "mariadb"
|
||||
ws_path: "/ws"
|
||||
ws_port: "{{ ports.localhost.websocket[application_id] }}"
|
||||
client_max_body_size: "100m"
|
||||
vhost_flavour: "ws_generic"
|
||||
docker_compose_flush_handlers: true
|
Reference in New Issue
Block a user