1 parent abe8a5d commit 8b4a025Copy full SHA for 8b4a025
1 file changed
api/.env.docker
@@ -46,7 +46,7 @@ DATABASE_URL=postgresql://dbusername:dbpassword@postgres:5432/httpsms
46
DATABASE_URL_DEDICATED=postgresql://dbusername:dbpassword@postgres:5432/httpsms
47
48
# Redis connection string
49
-REDIS_URL=redis://redisusername:redispassword@redis:6379
+REDIS_URL=redis://@redis:6379
50
51
# [optional] If you would like to use uptrace.dev for distributed tracing, you can set the DSN here.
52
# This is optional and you can leave it empty if you don't want to use uptrace
0 commit comments