We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7738152 commit ad8ae9eCopy full SHA for ad8ae9e
1 file changed
appengine/cloudsql/src/main/webapp/WEB-INF/appengine-web.xml
@@ -11,7 +11,7 @@
11
See the License for the specific language governing permissions and
12
limitations under the License.
13
-->
14
-<!-- [START config] -->
+<!-- [START gae_java_mysql_config] -->
15
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
16
<threadsafe>true</threadsafe>
17
<use-google-connector-j>true</use-google-connector-j>
@@ -20,4 +20,4 @@
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
</system-properties>
22
</appengine-web-app>
23
-<!-- [END config] -->
+<!-- [END gae_java_mysql_config] -->
0 commit comments