Skip to content

Commit ed5bb26

Browse files
committed
changed:cookies samesite to none
1 parent a6105f8 commit ed5bb26

File tree

3 files changed

+861
-1813
lines changed

3 files changed

+861
-1813
lines changed

.env

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
1111

1212
# add you own url and secret key
13-
DATABASE_URL="postgresql://username:password@host:port/database"
14-
JWT_SECRET="your-secret-key"
13+
# DATABASE_URL="postgresql://username:password@host:port/database"
14+
# JWT_SECRET="your-secret-key"
15+
16+
DATABASE_URL="postgresql://postgres.uycuryvjjhznvsfumxre:[email protected]:5432/postgres"
17+
JWT_SECRET="roshanishacker"

0 commit comments

Comments
 (0)