Skip to content

Commit 8d8e5a2

Browse files
authored
Merge pull request #6 from upayanmazumder-DevLabs/dev
Domain migrate
2 parents 71b1d90 + c2bbc32 commit 8d8e5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ app.use(
5656
httpOnly: true,
5757
secure: production,
5858
sameSite: "lax",
59-
domain: production ? ".kargo.upayan.dev" : undefined,
59+
domain: production ? ".kargo.dscvit.com" : undefined,
6060
maxAge: 7 * 24 * 60 * 60 * 1000, // 1 week
6161
},
6262
})

0 commit comments

Comments
 (0)