Skip to content

Commit 43f87d9

Browse files
Comment out apikey in README configuration
1 parent 1382f2c commit 43f87d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ require_once('vendor/autoload.php');
5555
// config
5656
$config = [
5757
'url' => $_ENV['SB_URL'],
58-
'apikey' => $_ENV['SB_APIKEY']
58+
# 'apikey' => $_ENV['SB_APIKEY'],
59+
'service_role' => $_ENV['SB_SERVICE_ROLE'] # If don't want disable RLS
5960
];
6061

6162
$client = new Supabase($config['url'], $config['apikey']);

0 commit comments

Comments
 (0)