diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-09 19:21:04 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-02-09 19:21:04 +0100 |
commit | bbe970e65b9d73b3bdd1659a95693fee78489176 (patch) | |
tree | 3ed5686055ef71e3321ece8c39985e47447a1397 /shell/syncmanager.c | |
parent | 9587917c61cf0f19c1cd811101ff11cca324c447 (diff) |
FIX new project domain www.hardinfo2.org
Diffstat (limited to 'shell/syncmanager.c')
-rw-r--r-- | shell/syncmanager.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c index ba5f4323..0753e596 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -64,7 +64,9 @@ static SoupSession *session = NULL; static GMainLoop *loop; static GQuark err_quark; -#define API_SERVER_URI "http://hardinfo.bigbear.dk" +//Note there are personal information involved and very old +//linux systems does not work with HTTPS so use HTTP for now +#define API_SERVER_URI "http://api.hardinfo2.org" #define LABEL_SYNC_DEFAULT \ _("<big><b>Synchronize with Central Database</b></big>\n" \ |