Files
leadchat/config/app.yml
2023-11-17 20:34:39 -08:00

15 lines
135 B
YAML

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