-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass correct tile cache endpoint to CDN and Tilegarden
Fix two issues with the tile cache endpoint: * Make sure the CDN has the right endpoint * Make sure that Tilegarden configures environment variables
- Loading branch information
Jean Cochrane
committed
Jan 29, 2019
1 parent
e79f679
commit 6282f7a
Showing
4 changed files
with
16 additions
and
3 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 |
---|---|---|
|
@@ -32,3 +32,4 @@ PFB_DB_DATABASE= | |
PFB_DB_PASSWORD= | ||
PFB_DB_PORT= | ||
PFB_DB_USER= | ||
PFB_TILEGARDEN_CACHE_BUCKET= |
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