diff --git a/php/my_config.template.php b/php/my_config.template.php index a4d8b23..f1c30ec 100644 --- a/php/my_config.template.php +++ b/php/my_config.template.php @@ -38,6 +38,9 @@ define('AMDAINTERNALDIR', '{:AMDAINTERNALDIR:}'); define('REST_API_URL', '{:REST_API_URL:}'); define('API_DOC_PATH', '{:API_DOC_PATH:}'); +define('DDSERVICE_PRIVATEKEY', '{:DDSERVICE_PRIVATEKEY:}'); +define('DDSERVICE_PUBLICKEY', '{:DDSERVICE_PUBLICKEY:}'); + // Show log in browser console about execution time for a request // define('LOG_EXEC_TIME', FALSE); ?> -- libgit2 0.21.2