mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 23:04:25 +02:00
6 lines
227 B
YAML
6 lines
227 B
YAML
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" |