Files
leadchat/config/app.yml
2023-05-19 16:00:27 +05:30

15 lines
136 B
YAML

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