Skip to content

Commit 6bb9839

Browse files
sankalpkjmdobry
authored andcommitted
Use correct memcache environment variable. Fixes GoogleCloudPlatform#123 (GoogleCloudPlatform#124)
1 parent 1ae1153 commit 6bb9839

File tree

1 file changed

+1
-1
lines changed
  • appengine/express-memcached-session

1 file changed

+1
-1
lines changed

appengine/express-memcached-session/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
runtime: nodejs
1616
vm: true
1717
env_variables:
18-
MEMCACHE_URL: localhost:11211
18+
MEMCACHE_URL: memcache:11211
1919
# [END app_yaml]

0 commit comments

Comments
 (0)