Skip to content

Commit

Permalink
fix: removed testing api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimGee committed Jun 16, 2023
1 parent 93e3bda commit 2a38ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bytepoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

0 comments on commit 2a38ce8

Please sign in to comment.