Files
leadchat/config/app.yml
2025-01-16 17:10:55 +05:30

15 lines
135 B
YAML

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