Commit b60c5d142ca35cb8ac62772d20f58363a73f0d4d
1 parent
240945c5
Exists in
master
and in
89 other branches
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,6 +38,9 @@ define('AMDAINTERNALDIR', '{:AMDAINTERNALDIR:}'); | ||
38 | define('REST_API_URL', '{:REST_API_URL:}'); | 38 | define('REST_API_URL', '{:REST_API_URL:}'); |
39 | define('API_DOC_PATH', '{:API_DOC_PATH:}'); | 39 | define('API_DOC_PATH', '{:API_DOC_PATH:}'); |
40 | 40 | ||
41 | +define('DDSERVICE_PRIVATEKEY', '{:DDSERVICE_PRIVATEKEY:}'); | ||
42 | +define('DDSERVICE_PUBLICKEY', '{:DDSERVICE_PUBLICKEY:}'); | ||
43 | + | ||
41 | // Show log in browser console about execution time for a request | 44 | // Show log in browser console about execution time for a request |
42 | // define('LOG_EXEC_TIME', FALSE); | 45 | // define('LOG_EXEC_TIME', FALSE); |
43 | ?> | 46 | ?> |