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 e77630d commit b4d84a2Copy full SHA for b4d84a2
src/main/resources/application.yml
@@ -10,7 +10,7 @@ spring:
10
show-sql: true
11
profiles:
12
# Value comes from Maven profile (pom.xml)
13
- active: '@spring.profiles.active@'
+ active: "@spring.profiles.active@"
14
flyway:
15
locations: classpath:db/migrations/{vendor}/
16
enabled: true
@@ -50,6 +50,8 @@ server:
50
# --- Custom keys ---
51
52
app:
53
+ aws:
54
+ session-token: "${AWS_SESSION_TOKEN:}"
55
docs-api-url: "${DOCS_API_URL:(no value)}"
56
api-url:
57
order: "${API_URL_ORDER}"
0 commit comments