commit b1fb71508c1a2956dc513e84f8d3cd27a345abff Author: David Fifield david@bamsoftware.com Date: Sun May 19 19:38:58 2013 -0700
Change app name flashproxy-reg → fp-reg-a. --- appengine/app.yaml | 2 +- flashproxy-reg-appspot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/appengine/app.yaml b/appengine/app.yaml index fa86e75..6b7bd08 100644 --- a/appengine/app.yaml +++ b/appengine/app.yaml @@ -1,4 +1,4 @@ -application: flashproxy-reg +application: fp-reg-a version: 1 runtime: go api_version: go1 diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot index b861867..c086e06 100755 --- a/flashproxy-reg-appspot +++ b/flashproxy-reg-appspot @@ -26,7 +26,7 @@ DEFAULT_REMOTE_PORT = 9000 # The domain to which requests appear to go. FRONT_DOMAIN = "www.google.com" # The value of the Host header within requests. -TARGET_DOMAIN = "flashproxy-reg.appspot.com" +TARGET_DOMAIN = "fp-reg-a.appspot.com"
FLASHPROXY_REG_URL = "flashproxy-reg-url"