Skip to content

Commit

Permalink
redis host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
jnak committed Feb 21, 2012
1 parent 02728b2 commit 567d232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apnmachined
Expand Up @@ -35,7 +35,7 @@ opts = GetoptLong.new(
["--help", "-h", GetoptLong::NO_ARGUMENT]
)

redis_address = '127.0.0.1'
redis_host = '127.0.0.1'
redis_port = 6379
host = 'gateway.push.apple.com'
pem = nil
Expand Down

0 comments on commit 567d232

Please sign in to comment.