<?php /* Configuration file for Campaign manager */
define("CAMPAIGN_ID", getenv("CAMPAIGN_ID") ? getenv("CAMPAIGN_ID") : "1");
define("API_BASE","http://localhost/restapi/");
define("API_TIMEOUT","1");
define("JWT_KEY", "YOUR_KEY"); define("JWT_TOKEN", "YOUR_TOKEN");
define("SIP_API", "http://backendsip/api");
/* TODO : remove this in production ;) */ error_reporting(E_ALL|E_WARNING); ini_set("display_errors", true); ?>