Skip to content

Commit

Permalink
fix: ec2의 docker-compose 환경변수 처리13
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Jul 9, 2024
1 parent a94d834 commit c61cc50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-db.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect

spring.data.redis.host=${SPRING_DATA_REDIS_HOST}
spring.data.redis.port=${SPRING_DATA_REDIS_PORT}
spring.data.redis.password=${SPRING_DATA_REDIS_PASSWORD}
Expand Down

0 comments on commit c61cc50

Please sign in to comment.