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

Commit

Permalink
Updated debug port
Browse files Browse the repository at this point in the history
  • Loading branch information
Inklay committed Oct 26, 2020
1 parent 0459138 commit b7a065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const std::wstring APP_VERSION = THIS_APP_VERSION;
const std::wstring APP_URL_WEBSITE = L"https://github.com/Inklay/";

#if _DEBUG
const std::wstring APP_URL_BASE = L"http://localhost/SyncHelper/app/";
const std::wstring APP_URL_BASE = L"http://localhost:8080/SyncHelper/app/";
#else
const std::wstring APP_URL_BASE = L"http://webservices-env.eba-nh6hq243.us-east-1.elasticbeanstalk.com/SyncHelper/app/";
#endif
Expand Down

0 comments on commit b7a065c

Please sign in to comment.