Files
leadchat/config/app.yml
2024-08-19 15:53:25 -07:00

15 lines
136 B
YAML

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