mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2025-06-19 09:25:16 +00:00
Add release configuration
This commit is contained in:
8
config.h
8
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/"
|
||||
|
Reference in New Issue
Block a user