mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
add default store to postprocessing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Bugfix: Add default store to postprocessing
|
||||
|
||||
Postprocessing did not have a default store especially `database` and `table` are needed to talk to nats-js
|
||||
|
||||
https://github.com/owncloud/ocis/pull/6578
|
||||
@@ -30,6 +30,11 @@ func DefaultConfig() *config.Config {
|
||||
Cluster: "ocis-cluster",
|
||||
},
|
||||
},
|
||||
Store: config.Store{
|
||||
Store: "memory",
|
||||
Database: "postprocessing",
|
||||
Table: "postprocessing",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user