mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-19 21:01:48 +08:00
15 lines
136 B
YAML
15 lines
136 B
YAML
shared: &shared
|
|
version: '1.11.1'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared
|