mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2024-11-21 21:09:26 +00:00
Add release configuration
This commit is contained in:
parent
b71399f2a6
commit
0c43404b48
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/"
|
||||
|
Loading…
Reference in New Issue
Block a user