Files
leadchat/config/app.yml
2025-08-20 16:23:38 +02:00

15 lines
135 B
YAML

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