TASK-232 Change encryt with URL_KEY and Deprecate encryptlink
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
*/
|
||||
|
||||
// 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