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 11
11
See the License for the specific language governing permissions and
12
12
limitations under the License.
13
13
-->
14
- <!-- [START config ] -->
14
+ <!-- [START gae_java_mysql_config ] -->
15
15
639B
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
16
16
<threadsafe >true</threadsafe >
17
17
<use-google-connector-j >true</use-google-connector-j >
20
20
<property name =" ae-cloudsql.local-database-url" value =" jdbc:mysql://google/${database}?cloudSqlInstance=${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.mysql.SocketFactory& user=${user}& password=${password}& useSSL=false" />
21
21
</system-properties >
22
22
</appengine-web-app >
23
- <!-- [END config ] -->
23
+ <!-- [END gae_java_mysql_config ] -->
You can’t perform that action at this time.
0 commit comments