Files
leadchat/config/app.yml
2024-02-19 15:58:21 +05:30

15 lines
135 B
YAML

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