Merge pull request #6578 from kobergj/AddDefaultStoreToPostprocessing
Add default store to postprocessing service
This commit is contained in:
@@ -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