Files
chatwoot/config/app.yml
2025-10-15 22:05:13 -07:00

15 lines
135 B
YAML

shared: &shared
version: '4.7.0'
development:
<<: *shared
production:
<<: *shared
staging:
<<: *shared
test:
<<: *shared