Files
leadchat/config/app.yml
2024-09-17 16:46:02 -07:00

15 lines
136 B
YAML

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