-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5110f2
commit 7e0c6b2
Showing
8 changed files
with
15,211 additions
and
9,836 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
const SERVER_URL = "http://192.168.43.245:8000/"; | ||
const WS_SERVER_URL = "ws://192.168.43.245:8000/"; | ||
const GOOGLE_CLIENT_ID = "94983896797-s9qpbnjj4fg5b9fa35m25bm80h1mouaf.apps.googleusercontent.com"; | ||
const SERVER_URL = "http://10.97.28.31:8000/"; | ||
const WS_SERVER_URL = "ws://10.97.28.31:8000/"; | ||
const GOOGLE_CLIENT_ID = | ||
"967541328677-ge2hpr0n095d0nro56kot0t4q388dsll.apps.googleusercontent.com"; | ||
|
||
export { SERVER_URL, WS_SERVER_URL, GOOGLE_CLIENT_ID }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.