comunicmessages/config.h
2018-11-27 19:15:54 +01:00

19 lines
274 B
C

/**
* Project configuration
*
* @author Pierre HUBERT
*/
#ifndef CONFIG_H
#define CONFIG_H
/**
* API credentials
*/
#define API_URL "https://api.communiquons.org/"
#define API_SERVICE_NAME "ComunicAndroid"
#define API_SERVICE_TOKEN "cWHlmMS5A1"
#endif // CONFIG_H