Skip to content

Commit 078efdc

Browse files
committed
Set default URL for Apprise service in configuration
1 parent f1ec072 commit 078efdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44

55
'apprise' => [
6-
'url' => env('APPRISE_URL'),
6+
'url' => env('APPRISE_URL', 'http://apprise:8000'),
77
],
88

99
'telegram-bot-api' => [

0 commit comments

Comments
 (0)