Skip to content

Commit 9747002

Browse files
author
Shun Fan
committed
Merge pull request GoogleCloudPlatform#76 from GoogleCloudPlatform/https
Https
2 parents cf85174 + 23c7c72 commit 9747002

File tree

13 files changed

+56
-1
lines changed

13 files changed

+56
-1
lines changed

managed_vms/analytics/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
GA_TRACKING_ID: YOUR-GA-TRACKING-ID

managed_vms/cloudsql/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
SQL_DATABASE_URL: jdbc:mysql://HOST-IP:3306/YOUR-DB-NAME?user=USERNAME&password=PASSWORD

managed_vms/cloudstorage/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
BUCKET_NAME: YOUR-BUCKET-NAME
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
runtime: custom
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always

managed_vms/mailgun/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
MAILGUN_DOMAIN_NAME: YOUR-MAILGUN-DOMAIN-NAME

managed_vms/memcache/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START config]
510
beta_settings:
611
use_memcache_proxy: true

managed_vms/sendgrid/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
SENDGRID_API_KEY: YOUR-SENDGRID-API-KEY
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always

managed_vms/twilio/src/main/appengine/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
runtime: java
22
vm: true
33

4+
handlers:
5+
- url: /.*
6+
script: this field is required, but ignored
7+
secure: always
8+
49
# [START env_variables]
510
env_variables:
611
TWILIO_ACCOUNT_SID: YOUR-TWILIO-ACCOUNT-SID

managedvms/sparkjava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>com.google.appengine</groupId>
8282
<artifactId>gcloud-maven-plugin</artifactId>
83-
<version>2.0.9.88.v20151125</version>
83+
<version>2.0.9.92.v20160118</version>
8484
<configuration>
8585
</configuration>
8686
</plugin>

0 commit comments

Comments
 (0)