Files
leadchat/config/app.yml
2025-08-20 21:44:30 +02:00

15 lines
135 B
YAML

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