22 lines
465 B
YAML
22 lines
465 B
YAML
##
|
|
# commons are from mycloud-core
|
|
##
|
|
|
|
components:
|
|
mycloud-services:
|
|
# patch mycloud-core to get another database
|
|
values:
|
|
databases:
|
|
matrix-sliding-sync:
|
|
type: postgresql
|
|
matrix-authentication-service:
|
|
type: postgresql
|
|
|
|
mycloud-matrix:
|
|
# patch mycloud-core to get another database
|
|
values:
|
|
server:
|
|
slidingSync:
|
|
enabled: true
|
|
authenticationService:
|
|
enabled: true
|