Feat(auth): Rename authentication to auth (#6229)
**What** - rename `authenticationModule` -> `authModule`
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
if (typeof process.env.DB_TEMP_NAME === "undefined") {
|
||||
const tempName = parseInt(process.env.JEST_WORKER_ID || "1")
|
||||
process.env.DB_TEMP_NAME = `medusa-auth-integration-${tempName}`
|
||||
}
|
||||
|
||||
process.env.MEDUSA_AUTH_DB_SCHEMA = "public"
|
||||
Reference in New Issue
Block a user