Skip to content

Commit 35398e4

Browse files
committed
fix: prepare cloud
1 parent a2e6059 commit 35398e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ management:
3333
web:
3434
exposure:
3535
include: health, info, metrics, shutdown
36-
docs:
37-
api:
38-
url: "${DOCS_API_URL:https://9ah1j49vm1.execute-api.us-east-2.amazonaws.com}"
3936

4037
server:
4138
port: 8001
@@ -45,6 +42,7 @@ server:
4542
# --- Custom keys ---
4643

4744
app:
45+
docs-api-url: "${DOCS_API_URL:(no value)}"
4846
aws:
4947
access-key: "${AWS_ACCESS_KEY:no_access_key}"
5048
secret-key: "${AWS_SECRET_KEY:no_secret_key}"

0 commit comments

Comments
 (0)