Files
leadchat/config/app.yml
2024-06-26 17:04:56 -07:00

15 lines
136 B
YAML

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