mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
Revert "CloudDB - Use the new go125 server for testing"
This reverts commit 72ec4a3463.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user