Skip to content

Commit

Permalink
Update default url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Aug 10, 2024
1 parent 1e94630 commit 41b2785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GuildWarsPartySearch.Bot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extern "C" {
#define FAILED_TO_CONNECT 5

struct BotConfiguration {
std::string web_socket_url = "ws://217.160.162.89/party-search/update";
std::string web_socket_url = "ws://localhost/party-search/update";
uint32_t map_id = 857; // Embark beach
District district = District::DISTRICT_AMERICAN;
uint32_t district_number = 0;
Expand Down
1 change: 1 addition & 0 deletions GuildWarsPartySearch/extract-container-db.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker cp partysearch:partysearches.db partysearches.db

0 comments on commit 41b2785

Please sign in to comment.