We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243d33c commit e32cbf2Copy full SHA for e32cbf2
config/descom_lib.php
@@ -2,7 +2,7 @@
2
3
return [
4
'notification_manager' => [
5
- 'url' => "http://notification-manager.descom.es/api/action",
6
- 'token' => ""
+ 'url' => 'http://notification-manager.descom.es/api/action',
+ 'token' => env('NOTIFICATIONMANAGER_TOKEN', ''),
7
],
8
];
0 commit comments