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 3ad2f5b commit acc86feCopy full SHA for acc86fe
README.md
@@ -36,7 +36,7 @@ NOTIFI_API_KEY=your-api-key
36
NOTIFI_SENDER_ID=your-sender-id
37
38
# Optional Configuration
39
-NOTIFI_API_URL=https://notifi.lk/api/v1
+NOTIFI_API_URL=https://app.notify.lk/api/v1
40
NOTIFI_TIMEOUT=30
41
NOTIFI_CONNECT_TIMEOUT=10
42
NOTIFI_SSL_VERIFY=true
config/sms-notify.php
@@ -10,7 +10,7 @@
10
'user_id' => env('NOTIFI_USER_ID'),
11
'api_key' => env('NOTIFI_API_KEY'),
12
'sender_id' => env('NOTIFI_SENDER_ID', 'NotifyDemo'),
13
- 'base_url' => env('NOTIFI_API_URL', 'https://notifi.lk/api/v1'),
+ 'base_url' => env('NOTIFI_API_URL', 'https://app.notify.lk/api/v1'),
14
],
15
16
/*
0 commit comments