TASK-232 Change encryt with URL_KEY and Deprecate encryptlink
This commit is contained in:
@@ -603,7 +603,7 @@ class WebApplication
|
||||
* Global definitions, before it was the defines.php file
|
||||
*/
|
||||
// URL Key
|
||||
define("URL_KEY", 'c0l0s40pt1mu59r1m3');
|
||||
define('URL_KEY', config('app.key'));
|
||||
|
||||
// Other definitions
|
||||
define('TIMEOUT_RESPONSE', 100); //web service timeout
|
||||
|
||||
Reference in New Issue
Block a user