mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
15 lines
135 B
YAML
15 lines
135 B
YAML
shared: &shared
|
|
version: '4.7.0'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared
|