Add release configuration

This commit is contained in:
Pierre HUBERT 2020-06-15 18:43:01 +02:00
parent b71399f2a6
commit 0c43404b48

View File

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