[tor-commits] [meek/master] Remove "application: meek-reflect" from app.yaml.
dcf at torproject.org
dcf at torproject.org
Thu Jun 30 18:41:06 UTC 2016
commit 72ad7acb085ac253579f315214462a93fdf109c2
Author: David Fifield <david at bamsoftware.com>
Date: Thu Jun 30 11:33:09 2016 -0700
Remove "application: meek-reflect" from app.yaml.
A better way to do this is with the -application flag to goapp.
---
appengine/README | 6 +++---
appengine/app.yaml | 1 -
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/appengine/README b/appengine/README
index 61e4907..895b542 100644
--- a/appengine/README
+++ b/appengine/README
@@ -15,9 +15,9 @@ meek-client to talk to the locally running app, put this in torrc:
ClientTransportPlugin meek exec ./meek-client --log meek-client.log
To deploy to App Engine, create a Google Account and use it to create a
-new app with a unique name. Edit the "application:" line of app.yaml to
-refer to your app's name. Run
- go_appengine/goapp deploy
+new app with a unique name. Let's say your app is called "example". Then
+to deploy it you run
+ go_appengine/goapp deploy -application example
To configure meek-client to talk to the App Engine app, give the app's
name as the url and "www.google.com" as the front domain.
UseBridges 1
diff --git a/appengine/app.yaml b/appengine/app.yaml
index 82e0631..184eb35 100644
--- a/appengine/app.yaml
+++ b/appengine/app.yaml
@@ -1,4 +1,3 @@
-application: meek-reflect
version: 1
runtime: go
api_version: go1
More information about the tor-commits
mailing list