Revert "CloudDB - Use the new go125 server for testing"

This reverts commit 72ec4a3463.
This commit is contained in:
Alejandro Martinez
2026-01-10 18:03:40 -03:00
parent 72ec4a3463
commit 452d194658
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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"