Chatwoot/config/app.yml
2022-03-23 19:05:34 +05:30

14 lines
135 B
YAML

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