Files
leadchat/config/app.yml
2026-01-12 09:14:25 -08:00

15 lines
135 B
YAML

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