Chatwoot/config/app.yml
2022-10-17 19:31:53 -07:00

14 lines
136 B
YAML

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