-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STACK_ as prefix; wrong case in dir; NAME instead of PROJECT (#211)
* STACK_ as prefix; wrong case in dir; NAME instead of PROJECT * TITILER_STACK_ and TITILER_API as prefixes * Improve change log message * Update CHANGES.md Co-authored-by: Vincent Sarago <[email protected]>
- Loading branch information
1 parent
984b6f3
commit 7eb21e6
Showing
9 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
STACK_NAME="my-tiler" | ||
STACK_STAGE="dev" | ||
STACK_BUCKETS='["my-bucket*", "*"]' | ||
STACK_MEMORY=3008 | ||
TITILER_STACK_NAME="my-tiler" | ||
TITILER_STACK_STAGE="dev" | ||
TITILER_STACK_BUCKETS='["my-bucket*", "*"]' | ||
TITILER_STACK_MEMORY=3008 | ||
|
||
# Uncomment to allow lambda to access content on requester-payer buckets | ||
# STACK_ADDITIONAL_ENV='{"AWS_REQUEST_PAYER":"requester"}' | ||
# TITILER_STACK_ADDITIONAL_ENV='{"AWS_REQUEST_PAYER":"requester"}' | ||
# Uncomment if you only on the /cog endpoint | ||
# STACK_ADDITIONAL_ENV='{"API_DISABLE_STAC": "TRUE", "API_DISABLE_MOSAIC": "TRUE"}' | ||
# TITILER_STACK_ADDITIONAL_ENV='{"TITILER_API_DISABLE_STAC": "TRUE", "TITILER_API_DISABLE_MOSAIC": "TRUE"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ class Config: | |
"""model config""" | ||
|
||
env_file = ".env" | ||
env_prefix = "API_" | ||
env_prefix = "TITILER_API_" |