/** * 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