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 bf308aa commit b89e74eCopy full SHA for b89e74e
.env.example
@@ -68,3 +68,6 @@ VITE_APP_NAME="${APP_NAME}"
68
MELLI_SMS_USERNAME=
69
MELLI_SMS_PASSWORD=
70
MELLI_SMS_FROM=
71
+
72
+TELEGRAM_BOT_TOKEN=
73
+TELEGRAM_CHANNEL_ID=
config/telegram.php
@@ -0,0 +1,6 @@
1
+<?php
2
3
+return [
4
+ 'token' => env('TELEGRAM_BOT_TOKEN'),
5
+ 'id' => env('TELEGRAM_CHANNEL_ID'),
6
+];
0 commit comments