Skip to content

Commit 3de3995

Browse files
authored
Update Region Tags (GoogleCloudPlatform#1284)
Hopefully the last one for now...
1 parent db73e03 commit 3de3995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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_java8_mysql_config] -->
1515
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
1616
<threadsafe>true</threadsafe>
1717
<runtime>java8</runtime>
@@ -22,4 +22,4 @@
2222
<property name="cloudsql" value="jdbc:mysql://google/${database}?useSSL=false&amp;cloudSqlInstance=${INSTANCE_CONNECTION_NAME}&amp;socketFactory=com.google.cloud.sql.mysql.SocketFactory&amp;user=${user}&amp;password=${password}" />
2323
</system-properties>
2424
</appengine-web-app>
25-
<!-- [END config] -->
25+
<!-- [END gae_java8_mysql_config] -->

0 commit comments

Comments
 (0)