diff --git a/config.h b/config.h index 88c84b9..6914794 100644 --- a/config.h +++ b/config.h @@ -11,7 +11,12 @@ * Release configuration */ #ifdef QT_NO_DEBUG -// TODO : complete +#define API_SERVER_SCHEME "https" +#define API_HOST "api.communiquons.org" +#define API_BASE_PATH "/" +#define API_SERVICE_NAME "ComunicWatcher" +#define API_SERVICE_TOKEN "yUrFWm9qQ7" +#define COMUNIC_URL "https://communiquons.org/" #endif @@ -19,7 +24,6 @@ * Debug configuration */ #ifndef QT_NO_DEBUG - #define API_SERVER_SCHEME "https" #define API_HOST "devweb.local" #define API_BASE_PATH "/comunic/api-v2/"