diff options
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 5130afdce..017b63e49 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -47,7 +47,7 @@ database: | |||
47 | 47 | ||
48 | # Redis server for short time storage | 48 | # Redis server for short time storage |
49 | # You can also specify a 'socket' path to a unix socket but first need to | 49 | # You can also specify a 'socket' path to a unix socket but first need to |
50 | # comment out hostname and port | 50 | # set 'hostname' and 'port' to null |
51 | redis: | 51 | redis: |
52 | hostname: 'localhost' | 52 | hostname: 'localhost' |
53 | port: 6379 | 53 | port: 6379 |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 3a6813687..8bdd30e2d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -45,7 +45,7 @@ database: | |||
45 | 45 | ||
46 | # Redis server for short time storage | 46 | # Redis server for short time storage |
47 | # You can also specify a 'socket' path to a unix socket but first need to | 47 | # You can also specify a 'socket' path to a unix socket but first need to |
48 | # comment out hostname and port | 48 | # set 'hostname' and 'port' to null |
49 | redis: | 49 | redis: |
50 | hostname: 'localhost' | 50 | hostname: 'localhost' |
51 | port: 6379 | 51 | port: 6379 |