Files
leadchat/config/app.yml
2024-05-15 22:15:52 -07:00

15 lines
135 B
YAML

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