Chatwoot/config/app.yml
2022-09-19 20:34:49 -07:00

14 lines
135 B
YAML

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