Skip to content

Commit 40bc387

Browse files
committed
fix: make stac api url comment more explicit
1 parent 401d67a commit 40bc387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverless.example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ provider:
2929
# PRE_HOOK: ${self:service}-${self:provider.stage}-preHook
3030
# API_KEYS_SECRET_ID: ${self:service}-${self:provider.stage}-api-keys
3131
# POST_HOOK: ${self:service}-${self:provider.stage}-postHook
32-
# Uncomment this if you will be subscribing to post-ingest SNS notifications
33-
# and need correct link hrefs in published the records or if you need to override
34-
# the default behavior of inferring the STAC API URL from request headers.
32+
# Uncomment this and edit the value if you will be subscribing to post-ingest SNS
33+
# notifications and need correct link hrefs in published the records or if you need to
34+
# override the default behavior of inferring the STAC API URL from request headers.
3535
# STAC_API_URL: "https://some-stac-server.example.com"
3636
CORS_ORIGIN: "https://ui.example.com"
3737
CORS_CREDENTIALS: true

0 commit comments

Comments
 (0)