Skip to content

Commit 02e3414

Browse files
committed
cxn string env
1 parent ebf29a5 commit 02e3414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/write/transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
require 'vendor/autoload.php';
33

4-
$uri = getenv('MONGODB_URI') ?: throw new RuntimeException('Set the MONGODB_URI variable to your Atlas URI that connects to the sample dataset');
4+
$uri = getenv('MONGODB_URI') ?: throw new RuntimeException('Set the MONGODB_URI variable to your connection URI');
55
$client = new MongoDB\Client($uri);
66

77
// begin-callback

0 commit comments

Comments
 (0)