Skip to content

Commit 679168f

Browse files
committed
fix: prod 파라미터 스토어 형식에 맞게 전체 변경
1 parent 3ddeade commit 679168f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jwt:
88

99
spring:
1010
config:
11-
import: 'aws-parameterstore:/config/gridgestagram_prod/'
11+
import: aws-parameterstore:/config/gridgestagram_prod/
1212
datasource:
1313
driver-class-name: com.mysql.cj.jdbc.Driver
1414
url: jdbc:mysql://${spring.datasource.host}:${spring.datasource.port}/gridgestagram?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_ko_0900_ai_ci&serverTimezone=Asia/Seoul

0 commit comments

Comments
 (0)