Files
leadchat/config/app.yml
2023-05-02 15:52:50 -07:00

15 lines
136 B
YAML

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