Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 0d4b8d9

Browse files
Merge pull request #706 from SE-TINF22B6/maxschwinghammer-patch-2
Update config.ts
2 parents e63908d + 25a525d commit 0d4b8d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/web/src/config/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const config = {
2-
// apiUrl: 'http://localhost:8080/', // For test purposes only
2+
//apiUrl: 'http://localhost:8080/', // For test purposes only
33
apiUrl: 'https://193.196.38.232:8443/',
4+
googleClientId: '973066251162-r60h517iddja3k756d2f6n8sng5nn24q.apps.googleusercontent.com',
45
tooltipMessage: "Please sign up or log in to use this feature",
56
headers: {
67
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)