We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48e675 commit bc56747Copy full SHA for bc56747
src/main/resources/application-prod.yml
@@ -8,7 +8,7 @@ jwt:
8
9
spring:
10
config:
11
- import: optional:aws-parameterstore:/gridgestagram/
+ import: aws-parameterstore:/gridgestagram/
12
datasource:
13
driver-class-name: com.mysql.cj.jdbc.Driver
14
url: jdbc:mysql://${DB_HOST}:${DB_PORT}/gridgestagram?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&connectionCollation=utf8mb4_ko_0900_ai_ci&serverTimezone=Asia/Seoul
0 commit comments