Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
songhaechan committed Dec 2, 2023
1 parent d4d4264 commit 6bb5352
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ services:
- 9121:9121
environment:
REDIS_ADDR: "redis:6379"
REDIS_USER: null
REDIS_PASSWORD: my_master_password
links:
- redis
- prometheus
1 change: 0 additions & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spring:
redis:
host: redis
port: 6379
password: my_master_password
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${url}
Expand Down

0 comments on commit 6bb5352

Please sign in to comment.