Files
leadchat/config/app.yml
2022-12-30 13:54:37 -08:00

15 lines
136 B
YAML

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