-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Admin panel upgrade server updates (#54)
* Changes for testing * Updating server code to allow unlinking discord IDs as needed * Fixed some debug issues commented out code * Updating server to allow updated admin panel functionality * Updated some commentted out code * Updated missed / * Updated to allow for a single query to the db with multiple columns, and a conversion to allow string outputs instead of sql.NullStrings * Deleted .bak files and .vs folder as per Walker's discord message * Added logic to check server to make sure usename exists for discord linking and unlinking * Changes to allow linking and unlinking of google Id from DB * Removed .vs folder * Reverted dev code * PR comments * Updates from Pancake's comments
- Loading branch information
Showing
6 changed files
with
387 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ secret.key | |
*.ipr | ||
*.iws | ||
.vscode/launch.json | ||
|
||
/.vs |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
VITE_BYPASS_LOGIN=0 | ||
VITE_BYPASS_TUTORIAL=0 | ||
VITE_SERVER_URL=http://{serverIP}:8001 | ||
VITE_DISCORD_CLIENT_ID=1248062921129459756 | ||
VITE_GOOGLE_CLIENT_ID=955345393540-2k6lfftf0fdnb0krqmpthjnqavfvvf73.apps.googleusercontent.com | ||
VITE_I18N_DEBUG=1 | ||
debug=true | ||
dbaddr=db | ||
dbuser=pokerogue | ||
dbpass=pokerogue | ||
dbname=pokeroguedb | ||
gameurl=http://{devMachineIP}:8000 | ||
callbackurl=http://{serverIP}:8001 |
Oops, something went wrong.