From 452d194658a8530276b0033ae88893bd749e67dc Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Sat, 10 Jan 2026 18:03:40 -0300 Subject: [PATCH] Revert "CloudDB - Use the new go125 server for testing" This reverts commit 72ec4a3463bd4e60158a3623e9aeb593b9b7b047. --- src/Cloud/CloudDBCommon.cpp | 2 +- src/Core/GcUpgrade.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cloud/CloudDBCommon.cpp b/src/Cloud/CloudDBCommon.cpp index 50b8d7100..b21d55e23 100644 --- a/src/Cloud/CloudDBCommon.cpp +++ b/src/Cloud/CloudDBCommon.cpp @@ -145,7 +145,7 @@ void CloudDBAcceptConditionsDialog::rejectConditions() { // Initialize static members of CloudDBCommon -QString CloudDBCommon::cloudDBBaseURL = QString("https://%1.appspot.com/v1/").arg("go125-dot-gcclouddb1e8s5r7m"); +QString CloudDBCommon::cloudDBBaseURL = QString("https://%1.appspot.com/v1/").arg(GC_CLOUD_DB_APP_NAME); QVariant CloudDBCommon::cloudDBContentType = QVariant("application/json"); QByteArray CloudDBCommon::cloudDBBasicAuth = "Basic " + QByteArray(GC_CLOUD_DB_BASIC_AUTH); diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 2d604249f..51575bfaa 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -135,7 +135,7 @@ // the next two will with each build/release #define VERSION_LATEST 5010 #define VERSION_STRING "V3.8-DEV2601" -#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds +//#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds // default config for this release cycle #define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.8"