Files
leadchat/config/app.yml
2025-03-21 18:54:44 -07:00

15 lines
135 B
YAML

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