Skip to content

Commit e32cbf2

Browse files
authored
env definition token
1 parent 243d33c commit e32cbf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/descom_lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'notification_manager' => [
5-
'url' => "http://notification-manager.descom.es/api/action",
6-
'token' => ""
5+
'url' => 'http://notification-manager.descom.es/api/action',
6+
'token' => env('NOTIFICATIONMANAGER_TOKEN', ''),
77
],
88
];

0 commit comments

Comments
 (0)