mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
15 lines
136 B
YAML
15 lines
136 B
YAML
shared: &shared
|
|
version: '4.14.1'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared
|