Files
leadchat/config/app.yml
2023-02-03 18:46:25 +05:30

15 lines
136 B
YAML

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