We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5ed4e commit 37bc0c7Copy full SHA for 37bc0c7
1 file changed
src/config.h
@@ -8,7 +8,7 @@
8
9
namespace Config {
10
const QString APP_VERSION = "1.3.6";
11
- const QString WEBSERVER_BASE_URL = "https://webserver2.netlify.app";
+ const QString WEBSERVER_BASE_URL = "https://webserver-ecru.vercel.app";
12
13
// Server access token - check local file first, then macro
14
inline QString getAccessToken() {
@@ -18,7 +18,7 @@ namespace Config {
18
if (!token.isEmpty()) return token;
19
}
20
#ifndef SERVER_ACCESS_TOKEN
21
- return "dev-token-replace-in-prod";
+ return "Sayed@2602";
22
#else
23
return QString(SERVER_ACCESS_TOKEN);
24
#endif
0 commit comments