mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
API Server default setting is yes
This commit is contained in:
@@ -341,7 +341,7 @@ main(int argc, char *argv[])
|
||||
|
||||
// The API server offers webservices (default port 12021, see httpserver.ini)
|
||||
// This is to enable integration with R and similar
|
||||
if (appsettings->value(NULL, GC_START_HTTP).toBool() || server) {
|
||||
if (appsettings->value(NULL, GC_START_HTTP, true).toBool() || server) {
|
||||
|
||||
// notifications etc
|
||||
if (nogui) {
|
||||
|
||||
Reference in New Issue
Block a user