Files
leadchat/config/app.yml
2025-09-19 13:43:21 +05:30

15 lines
135 B
YAML

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