File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
appengine/cloudsql/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- [START_EXCLUDE] -->
3
2
<!--
4
3
Copyright 2016 Google Inc. All Rights Reserved.
5
4
Licensed under the Apache License, Version 2.0 (the "License");
12
11
See the License for the specific language governing permissions and
13
12
limitations under the License.
14
13
-->
15
- <!-- [END_EXCLUDE ] -->
14
+ <!-- [START config ] -->
16
15
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
17
16
<application >YOUR-PROJECT-ID</application >
18
17
<version >YOUR-VERSION-ID</version >
23
22
<property name =" ae-cloudsql.local-database-url" value =" jdbc:mysql://localhost/DATABASE-NAME?user=USERNAME& PASSWORD=password& useSSL=false" />
24
23
</system-properties >
25
24
</appengine-web-app >
25
+ <!-- [END config] -->
You can’t perform that action at this time.
0 commit comments