Skip to content

Commit aec6532

Browse files
authored
Config file
1 parent 419d7c7 commit aec6532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/pushmix.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
'subscription_id' => env('PUSHMIX_SUBSCRIPTION_ID', ''),
55

6-
'push_url' => 'http://localhost/api/push',
7-
'topics_url' => 'http://localhost/api/get/topics',
6+
'push_url' => 'https://www.pushmix.co.uk/api/push',
7+
'topics_url' => 'https://www.pushmix.co.uk/api/get/topics',
88

9-
];
9+
];

0 commit comments

Comments
 (0)