Skip to content

Instantly share code, notes, and snippets.

@jeremydw
Last active April 8, 2018 13:19
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremydw/6986150 to your computer and use it in GitHub Desktop.
Save jeremydw/6986150 to your computer and use it in GitHub Desktop.
Google App Engine Environment Variables (as of Google App Engine/1.8.6, October 2013)
APPENGINE_RUNTIME python27
APPLICATION_ID s~appid
AUTH_DOMAIN gmail.com
CONTENT_LENGTH 148
CONTENT_TYPE application/x-www-form-urlencoded
CURRENT_MODULE_ID default
CURRENT_VERSION_ID appid.370290628632119235
DATACENTER us1
DEFAULT_VERSION_HOSTNAME appid.appspot.com
HTTPS on
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.8
HTTP_CONTENT_LENGTH 148
HTTP_CONTENT_TYPE application/x-www-form-urlencoded
HTTP_COOKIE HTTP cookie
HTTP_HOST appid.appspot.com
HTTP_ORIGIN https://appid.appspot.com
HTTP_REFERER https://appid.appspot.com/_ah/admin/interactive
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.69 Safari/537.36
HTTP_X_APPENGINE_CITY san francisco
HTTP_X_APPENGINE_CITYLATLONG 37.774929,-122.419416
HTTP_X_APPENGINE_COUNTRY US
HTTP_X_APPENGINE_REGION ca
INSTANCE_ID 00c61b117c2f308b49d49eb7912e6d4e36b889
PATH_INFO /_ah/admin/interactive/execute
PATH_TRANSLATED /base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/admin/init.pyc
QUERY_STRING
REMOTE_ADDR current user IP address
REQUEST_ID_HASH FDE0D72C
REQUEST_LOG_ID 525cb91400ff0c765cfde0d72c0001737e67726f772d62657461000167726f77000100
REQUEST_METHOD POST
SCRIPT_NAME
SERVER_NAME appid.appspot.com
SERVER_PORT 443
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Google App Engine/1.8.6
TZ UTC
USER_EMAIL current user nickname@gmail.com
USER_ID current user id
USER_IS_ADMIN 1
USER_NICKNAME current user nickname
USER_ORGANIZATION
DATASTORE_CONNECTION_INITIALIZED 1
wsgi.errors google.appengine.api.logservice.logservice.LogsBuffer object at 0xfb405050
wsgi.input cStringIO.StringI object at 0xfb3feb18
wsgi.multiprocess True
wsgi.multithread True
wsgi.run_once False
wsgi.url_scheme https
wsgi.version (1, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment