Skip to content

Commit

Permalink
Use correct memcache environment variable. Fixes GoogleCloudPlatform#123
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpk committed Jun 13, 2016
1 parent 1ae1153 commit 9192cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/express-memcached-session/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
runtime: nodejs
vm: true
env_variables:
MEMCACHE_URL: localhost:11211
MEMCACHE_URL: memcache:11211
# [END app_yaml]

0 comments on commit 9192cc7

Please sign in to comment.