Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
dropped changes to launchsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
namidaka authored and namidaka committed Sep 25, 2023
1 parent 9fc3cfa commit e5169ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Module.Server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commandLineArgs": "_MODULES_*Native*Multiplayer*cRPG*_MODULES_ /dedicatedcustomserverconfigfile ..\\cRPG\\ds_config_crpg_battle.txt /port 7210",
"workingDirectory": "%MB_SERVER_PATH%\\bin\\Win64_Shipping_Server",
"environmentVariables": {
"CRPG_API_BASE_URL": "https://api.namidaka.fr"
"CRPG_API_BASE_URL": "https://api.c-rpg.eu"
}
},
"Conquest": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"commandLineArgs": "_MODULES_*Native*Multiplayer*cRPG*_MODULES_ /dedicatedcustomserverconfigfile ..\\cRPG\\ds_config_crpg_duel.txt /port 7210",
"workingDirectory": "%MB_SERVER_PATH%\\bin\\Win64_Shipping_Server",
"environmentVariables": {
"CRPG_API_BASE_URL": "https://api.namidaka.fr"
"CRPG_API_BASE_URL": "https://api.c-rpg.eu"
}
},
"DTV": {
Expand Down

0 comments on commit e5169ea

Please sign in to comment.