chatwoot-develop/config/app.yml

15 lines
135 B
YAML
Executable File

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