Skip to content

Commit 0df2485

Browse files
authored
add AWS_SNS_WEBHOOK_PATH (#5)
1 parent a711ac5 commit 0df2485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

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

55
'webhook' => [
6-
'path' => 'aws/sns/webhook',
6+
'path' => env('AWS_SNS_WEBHOOK_PATH', 'aws/sns/webhook'),
77
],
88

99
];

0 commit comments

Comments
 (0)