Files
leadchat/config/app.yml
2023-10-17 17:54:38 -07:00

15 lines
135 B
YAML

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