Skip to content

Commit a86b21f

Browse files
authored
feat: add Redis host and port configuration to .env.template (#59)
1 parent f3f1b92 commit a86b21f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ POSTGRES_DB=pad
1515

1616
# Redis Configuration
1717
REDIS_PASSWORD=redis123
18+
REDIS_HOST=redis
19+
REDIS_PORT=6379
1820

1921
# Keycloak Configuration
2022
KEYCLOAK_ADMIN=admin

0 commit comments

Comments
 (0)