Files
leadchat/config/app.yml
2024-10-22 16:03:22 +05:30

15 lines
136 B
YAML

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