Files
leadchat/config/app.yml
2023-02-16 13:41:10 +05:30

15 lines
136 B
YAML

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