Skip to content

Commit

Permalink
Merge pull request #70 from CAUSOLDOUTMEN/hotfix-69-hotfix-redis-port
Browse files Browse the repository at this point in the history
Fix: redis 포트 개방 및 운용 단계로 설정 변경
  • Loading branch information
synoti21 authored Nov 10, 2023
2 parents 81f9a89 + 6c02e84 commit a63144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-db.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=none

# Remote DB
spring.datasource.url=${DB_ENDPOINT}
Expand Down

0 comments on commit a63144c

Please sign in to comment.