Files
leadchat/config/app.yml
2024-11-19 18:01:33 +08:00

15 lines
136 B
YAML

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