Files
leadchat/config/app.yml
2024-01-16 11:14:38 +04:00

15 lines
135 B
YAML

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