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