comunicmessages/config.h

19 lines
274 B
C
Raw Normal View History

2018-11-27 18:15:54 +00:00
/**
* 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