Chatwoot/config/app.yml
2022-09-22 14:18:30 -07:00

14 lines
135 B
YAML

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