Skip to content

Commit 2fee061

Browse files
committed
fix: env values
1 parent b3131da commit 2fee061

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/main/resources/application-dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jwt:
2626
# --- Custom keys ---
2727

2828
app:
29-
docs-api-url: "${DOCS_API_URL:(no value)}"
3029
api-url:
3130
identification: "${API_URL_IDENTIFICATION:http://localhost:8001}"

src/main/resources/application.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,17 @@ management:
3838
exposure:
3939
include: health, info, metrics, shutdown
4040

41+
server:
42+
servlet:
43+
context-path: "/order"
44+
port: 8002
45+
4146
# --- Custom keys ---
4247

4348
app:
4449
docs-api-url: "${DOCS_API_URL:(no value)}"
4550
api-url:
46-
identification: ${API_URL_IDENTIFICATION}
51+
identification: "${API_URL_IDENTIFICATION}"
4752

4853
info:
4954
name: "@project.name@"

0 commit comments

Comments
 (0)