Browse Source

remove useless files

main
Nicolas Massé 3 weeks ago
parent
commit
bc6c9fe481
  1. 10
      cookbooks/nextcloud/config/redis.conf
  2. 10
      cookbooks/quay/config/examples/redis/redis.conf
  3. 1
      cookbooks/quay/config/examples/redis/redis.env

10
cookbooks/nextcloud/config/redis.conf

@ -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

10
cookbooks/quay/config/examples/redis/redis.conf

@ -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
cookbooks/quay/config/examples/redis/redis.env

@ -1 +0,0 @@
REDISCLI_AUTH=quay
Loading…
Cancel
Save