Files
leadchat/config/app.yml
2021-12-23 01:02:56 +05:30

15 lines
135 B
YAML

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