From e2f3715b6a2fe71654ff0856b2cbd95880d07304 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 17 Dec 2016 22:42:26 +0100 Subject: api : implement eCampaign webservices : automatic mobile number export --- api/inc/config.default.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'api/inc') diff --git a/api/inc/config.default.php b/api/inc/config.default.php index 84c42ed..07808c4 100644 --- a/api/inc/config.default.php +++ b/api/inc/config.default.php @@ -6,3 +6,12 @@ $db_config=array( 'password' => 'DATABASE_PASSWORD', 'database' => 'DATABASE_NAME', ); + +$ecampaign_config = array ( + 'user_cb' => 'ECAMPAIGN_CALLBACK_USER', + 'pass_cb' => 'ECAMPAIGN_CALLBACK_PASS', + 'user_api' => 'ECAMPAIGN_API_USER', + 'pass_api' => 'ECAMPAIGN_API_PASS', + 'grp_id' => 42, +); + -- cgit v1.1