Skip to content

Commit c700c14

Browse files
committed
Forgot to change environment name for webhook secret in nutgram.yaml
1 parent 94cd5fc commit c700c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nutgram.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ nutgram:
33
token: '%env(string:TELEGRAM_TOKEN)%'
44

55
# Specify webhook secret for increased security
6-
#webhook_secret: '%env(string:TELEGRAM_TOKEN)%'
6+
#webhook_secret: '%env(string:WEBHOOK_TOKEN)%'
77

88
# If the nutgram bundle should automatically load the routes from config/telegram.php
99
routes: true

0 commit comments

Comments
 (0)