Skip to content

Commit 2a38ce8

Browse files
committed
fix: removed testing api keys
1 parent 93e3bda commit 2a38ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/bytepoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// config for FlixtechsLabs/Bytepoint
44
return [
5-
'token' => env('BYTEPOINT_TOKEN', 'Mg.XeviY1dxjW7zrgUGoIKf4aWkCJ7gsnh5mY-7U10hOMAp363A_mAnumdkyJnP'),
5+
'token' => env('BYTEPOINT_TOKEN', ''),
66
'url' => env('BYTEPOINT_URL', 'https://bytepoint.flixtechs.co.zw/api/v1/images'),
77
];

0 commit comments

Comments
 (0)