Skip to content

Commit

Permalink
fix: prepare cloud (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn authored Jan 29, 2024
2 parents a2e6059 + 35398e4 commit 5bb3b17
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 5bb3b17

Please sign in to comment.