-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16052 mosaic returns empty tiles (#10)
* Setup dev mode Add local compose conf Make catalog worker Postgres index update job to be optional Enable oauth https on the prod only Remove mosaic related services from local compose conf * Setup dev mode vol2 Add local env sample Add OAM_LAYER_ID env var Add mosaic map info to README.md Remove postgres conf, because it moved to mosaic-map repo * Extend the image metadata * Return the meta obj when the image meta updated * Update marblecutter-tools baseimage
- Loading branch information
Showing
11 changed files
with
231 additions
and
237 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# OAuth login for users | ||
# --------------------- | ||
|
||
FACEBOOK_APP_ID=fillme | ||
FACEBOOK_APP_SECRET=fillme | ||
|
||
GOOGLE_CLIENT_ID=fillme | ||
GOOGLE_CLIENT_SECRET=fillme | ||
|
||
GDRIVE_KEY=fillme | ||
|
||
# OAM-specific | ||
# ------------ | ||
|
||
# The bucket into which images uploaded by users are placed | ||
OIN_BUCKET=fillme | ||
# Convenience for not having to create new buckets. Eg; Travis CI tests require this. | ||
# Remove if not needed, do not leave empty. | ||
# OIN_BUCKET_PREFIX=development | ||
# A bucket just for somewhere to place imagery uploaded from the browser, before it | ||
# gets fully processed. | ||
UPLOAD_BUCKET=fillme | ||
# Used to identify imagery after it has been uploaded. | ||
S3_PUBLIC_DOMAIN=s3.eu-central-1.amazonaws.com | ||
|
||
# AWS credentials | ||
AWS_ACCESS_KEY_ID=fillme | ||
AWS_SECRET_ACCESS_KEY=fillme | ||
AWS_REGION=eu-central-1 # the same region as S3_PUBLIC_DOMAIN | ||
|
||
# For sending emails | ||
SENDGRID_API_KEY=fillme | ||
SENDGRID_FROM=fillme | ||
|
||
# required to run locally | ||
NEW_RELIC_LICENSE_KEY=a1b2c3 |
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
Oops, something went wrong.