Skip to content

Commit

Permalink
fix: prepare cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Jan 29, 2024
1 parent a2e6059 commit 35398e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ management:
web:
exposure:
include: health, info, metrics, shutdown
docs:
api:
url: "${DOCS_API_URL:https://9ah1j49vm1.execute-api.us-east-2.amazonaws.com}"

server:
port: 8001
Expand All @@ -45,6 +42,7 @@ server:
# --- Custom keys ---

app:
docs-api-url: "${DOCS_API_URL:(no value)}"
aws:
access-key: "${AWS_ACCESS_KEY:no_access_key}"
secret-key: "${AWS_SECRET_KEY:no_secret_key}"
Expand Down

0 comments on commit 35398e4

Please sign in to comment.