Chatwoot/config/app.yml
2022-01-17 23:33:47 -08:00

14 lines
135 B
YAML

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