Commit b60c5d142ca35cb8ac62772d20f58363a73f0d4d

Authored by Benjamin Renard
1 parent 240945c5

Fix my_config.template

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
php/my_config.template.php
... ... @@ -38,6 +38,9 @@ define('AMDAINTERNALDIR', '{:AMDAINTERNALDIR:}');
38 38 define('REST_API_URL', '{:REST_API_URL:}');
39 39 define('API_DOC_PATH', '{:API_DOC_PATH:}');
40 40  
  41 +define('DDSERVICE_PRIVATEKEY', '{:DDSERVICE_PRIVATEKEY:}');
  42 +define('DDSERVICE_PUBLICKEY', '{:DDSERVICE_PUBLICKEY:}');
  43 +
41 44 // Show log in browser console about execution time for a request
42 45 // define('LOG_EXEC_TIME', FALSE);
43 46 ?>
... ...