8000 Update Region Tag (#1287) · Vali5681/java-docs-samples@ad8ae9e · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8ae9e

Browse files
authored
Update Region Tag (GoogleCloudPlatform#1287)
1 parent 7738152 commit ad8ae9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/cloudsql/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 2 additions & 2 deletions
639B
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
See the License for the specific language governing permissions and
1212
limitations under the License.
1313
-->
14-
<!-- [START config] -->
14+
<!-- [START gae_java_mysql_config] -->
1515
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
1616
<threadsafe>true</threadsafe>
1717
<use-google-connector-j>true</use-google-connector-j>
@@ -20,4 +20,4 @@
2020
<property name="ae-cloudsql.local-database-url" value="jdbc:mysql://google/${database}?cloudSqlInstance=${INSTANCE_CONNECTION_NAME}&amp;socketFactory=com.google.cloud.sql.mysql.SocketFactory&amp;user=${user}&amp;password=${password}&amp;useSSL=false" />
2121
</system-properties>
2222
</appengine-web-app>
23-
<!-- [END config] -->
23+
<!-- [END gae_java_mysql_config] -->

0 commit comments

Comments
 (0)
0