Skip to content

Commit 27847fe

Browse files
authored
fix(cloud-sql): fix region tag (GoogleCloudPlatform#1160)
1 parent eb2161d commit 27847fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cloud_sql/sqlserver/pdo/src/app.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
$host = getenv('DB_HOST');
4242

4343
try {
44-
// # [START cloud_sql_sqlserver_pdo_create_tcp]
45-
// // $username = 'your_db_user';
46-
// // $password = 'yoursupersecretpassword';
47-
// // $db_name = 'your_db_name';
48-
// // $host = "127.0.0.1";
44+
# [START cloud_sql_sqlserver_pdo_create_tcp]
45+
// $username = 'your_db_user';
46+
// $password = 'yoursupersecretpassword';
47+
// $db_name = 'your_db_name';
48+
// $host = "127.0.0.1";
4949

5050
$dsn = sprintf('sqlsrv:server=%s;Database=%s', $host, $db_name);
5151

0 commit comments

Comments
 (0)