Skip to content
Snippets Groups Projects
Commit d2f72d61 authored by aviau's avatar aviau Committed by Guillaume Roguez
Browse files

Set DEFAULT_SERVER_HOST to ns.ring.cx


Change-Id: Iea054f129ef0a631204eb82e7cf321bf731285bb
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent c27e6634
Branches
Tags
No related merge requests found
...@@ -51,7 +51,7 @@ public: ...@@ -51,7 +51,7 @@ public:
} }
private: private:
constexpr static const char* const DEFAULT_SERVER_HOST = "5.196.89.112:3000"; constexpr static const char* const DEFAULT_SERVER_HOST = "ns.ring.cx";
const std::string serverHost_ {DEFAULT_SERVER_HOST}; const std::string serverHost_ {DEFAULT_SERVER_HOST};
const std::string cachePath_; const std::string cachePath_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment