Skip to content

Commit 8b4a025

Browse files
committed
Remove username and password from redis
1 parent abe8a5d commit 8b4a025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/.env.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ DATABASE_URL=postgresql://dbusername:dbpassword@postgres:5432/httpsms
4646
DATABASE_URL_DEDICATED=postgresql://dbusername:dbpassword@postgres:5432/httpsms
4747

4848
# Redis connection string
49-
REDIS_URL=redis://redisusername:redispassword@redis:6379
49+
REDIS_URL=redis://@redis:6379
5050

5151
# [optional] If you would like to use uptrace.dev for distributed tracing, you can set the DSN here.
5252
# This is optional and you can leave it empty if you don't want to use uptrace

0 commit comments

Comments
 (0)