3 changed files with 0 additions and 21 deletions
@ -1,10 +0,0 @@ |
|||||
# Network settings |
|
||||
port 6379 |
|
||||
bind 127.0.0.1 |
|
||||
|
|
||||
# Set a password for Redis |
|
||||
requirepass nextcloud |
|
||||
|
|
||||
# Hybrid mode (AOF + RDB) |
|
||||
appendonly yes |
|
||||
aof-use-rdb-preamble yes |
|
||||
@ -1,10 +0,0 @@ |
|||||
# Network settings |
|
||||
port 6379 |
|
||||
bind 127.0.0.1 |
|
||||
|
|
||||
# Set a password for Redis |
|
||||
requirepass quay |
|
||||
|
|
||||
# Hybrid mode (AOF + RDB) |
|
||||
appendonly yes |
|
||||
aof-use-rdb-preamble yes |
|
||||
@ -1 +0,0 @@ |
|||||
REDISCLI_AUTH=quay |
|
||||
Loading…
Reference in new issue