Skip to content

Commit

Permalink
fix: remove redis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 24, 2024
1 parent 6d5928b commit dfe9640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ spring:
serialization:
indent_output: true
write-null-map-values: true
data:
redis:
host:
port:

# DATABASE
hero:
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ spring:
config:
import:
- classpath:/config/hero-alignlab-config.yml
data:
redis:
host: localhost
port: 6379

# DATABASE
hero:
Expand Down Expand Up @@ -68,4 +64,3 @@ push:
auth-provider-x509-cert-url:
client-x509-cert-url:
universe-domain:

0 comments on commit dfe9640

Please sign in to comment.