Skip to content

Commit 14f1081

Browse files
committed
Implement updated auth
1 parent ac28324 commit 14f1081

File tree

17 files changed

+774
-290
lines changed

17 files changed

+774
-290
lines changed

backend/.env.example

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ PORT=8080
22
DATABASE_URL=postgres://hubbit:hubbit@localhost/hubbit
33
REDIS_URL=redis://127.0.0.1:6379
44

5-
GAMMA_PUBLIC_URL=http://localhost:8081
6-
GAMMA_INTERNAL_URL=http://localhost:8081
5+
GAMMA_URL=http://localhost:8081
76
GAMMA_API_KEY=hubbit
87
GAMMA_CLIENT_ID=hubbit
98
GAMMA_CLIENT_SECRET=hubbit

0 commit comments

Comments
 (0)