Use OpenRedis

This commit is contained in:
MICHAEL JACKSON
2017-06-21 11:52:32 +10:00
parent 141e440b94
commit bb3e73918a
4 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ const {
const CloudflareEmail = process.env.CLOUDFLARE_EMAIL
const CloudflareKey = process.env.CLOUDFLARE_KEY
const RedisURL = process.env.REDIS_URL
const RedisURL = process.env.OPENREDIS_URL
invariant(
CloudflareEmail,
@ -24,7 +24,7 @@ invariant(
invariant(
RedisURL,
'Missing the $REDIS_URL environment variable'
'Missing the $OPENREDIS_URL environment variable'
)
/**