Skip to content

Commit

Permalink
Redis made necessary in cluster mode: Abe has become a stateful app
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Sep 23, 2016
1 parent df7645b commit ce267eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/config/abe-config.js
Expand Up @@ -98,7 +98,7 @@ var config = {
siteUrl: false,
sitePort: false,
redis: {
enable: true,
enable: false,
port: '6379',
host:'127.0.0.1'
}
Expand Down

0 comments on commit ce267eb

Please sign in to comment.