Skip to content

Commit aad573d

Browse files
committed
rm redis passwd
1 parent 90520bb commit aad573d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ jobs:
2222
# Docker Hub image
2323
image: redis
2424
# Set health checks to wait until redis has started
25-
env:
26-
REDIS_PASSWORD: somerealpassword
2725
options: >-
2826
--health-cmd "redis-cli ping"
2927
--health-interval 10s
3028
--health-timeout 5s
3129
--health-retries 5
32-
--requirepass somerealpassword
3330
ports:
3431
# Maps port 6379 on service container to the host
3532
- 6379:6379

tests/.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ POSTGRES_TZ="Etc/UTC"
2525
REDIS_HOST="localhost"
2626
REDIS_PORT=6379
2727
# Should be commented during development to work with docker-compose-dev, and set in production
28-
REDIS_PASSWORD="somerealpassword"
28+
#REDIS_PASSWORD=""
2929
REDIS_LIMIT=5
3030
REDIS_WINDOW=60

0 commit comments

Comments
 (0)