feat: Workflow engine modules (#6128)
This commit is contained in:
committed by
GitHub
parent
d85fee42ee
commit
302323916b
8
packages/workflow-engine-redis/mikro-orm.config.dev.ts
Normal file
8
packages/workflow-engine-redis/mikro-orm.config.dev.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as entities from "./src/models"
|
||||
|
||||
module.exports = {
|
||||
entities: Object.values(entities),
|
||||
schema: "public",
|
||||
clientUrl: "postgres://postgres@localhost/medusa-workflow-engine-redis",
|
||||
type: "postgresql",
|
||||
}
|
||||
Reference in New Issue
Block a user