feat(medusa): Improve config loading (#1290)
This commit is contained in:
@@ -24,5 +24,7 @@ module.exports = {
|
||||
// redis_url: REDIS_URL,
|
||||
database_url: `postgres://${DB_USERNAME}:${DB_PASSWORD}@localhost/medusa-integration-${workerId}`,
|
||||
database_type: "postgres",
|
||||
jwt_secret: 'test',
|
||||
cookie_secret: 'test'
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user