Skip to content

Commit 5550ea0

Browse files
committed
Update sample env
1 parent 4357b49 commit 5550ea0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

backend/user-service/.env.sample

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ USER=EMAIL_ADDRESS
2929
PASS=PASSWORD
3030

3131
# Redis configuration
32-
REDIS_URI=REDIS_URI
32+
REDIS_URI=REDIS_URI
33+
34+
# Test
35+
MONGO_URI_TEST=mongodb://mongo:mongo@test-mongo:27017/
36+
REDIS_URI_TEST=redis://test-redis:6379

0 commit comments

Comments
 (0)