Skip to content

Commit

Permalink
Use correct memcache environment variable. Fixes #123 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpk authored and jmdobry committed Jun 13, 2016
1 parent 1ae1153 commit 6bb9839
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 6bb9839

Please sign in to comment.