Files
leadchat/config/app.yml
2023-03-15 19:57:59 +05:30

15 lines
136 B
YAML

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