Skip to content

Commit b4d84a2

Browse files
committed
fix: missing env var usage
1 parent e77630d commit b4d84a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring:
1010
show-sql: true
1111
profiles:
1212
# Value comes from Maven profile (pom.xml)
13-
active: '@spring.profiles.active@'
13+
active: "@spring.profiles.active@"
1414
flyway:
1515
locations: classpath:db/migrations/{vendor}/
1616
enabled: true
@@ -50,6 +50,8 @@ server:
5050
# --- Custom keys ---
5151

5252
app:
53+
aws:
54+
session-token: "${AWS_SESSION_TOKEN:}"
5355
docs-api-url: "${DOCS_API_URL:(no value)}"
5456
api-url:
5557
order: "${API_URL_ORDER}"

0 commit comments

Comments
 (0)