-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from developmentseed/develop
v0.3.0
- Loading branch information
Showing
54 changed files
with
1,405 additions
and
772 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
# docker-compose .env file + bash environment variables. | ||
# used by startserver.sh, cloudformation/deploy.sh and docker-compose.yml | ||
|
||
# stackname will be used by only cloudformation/deploy.sh | ||
STACKNAME=nasa-apt-dev | ||
|
||
# s3 endpoint (for local dev environment) | ||
S3_ENDPOINT=http://localstack:4572 | ||
|
||
# s3 bucket name for pdf serialization cache. used by cloudformation/deploy.sh and by docker-compose.yml | ||
PDFS_S3_BUCKET=nasa-apt-dev-pdfs | ||
|
||
# s3 bucket name for figures, pngs for example. used by cloudformation/deploy.sh and by docker-compose.yml | ||
FIGURES_S3_BUCKET=nasa-apt-dev-figures | ||
|
||
# postgrest api | ||
REST_API_ENDPOINT=http://rest-api:3000 |
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 |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
*.swp | ||
.DS_Store | ||
ecs/tex/Misc Test Files | ||
.idea | ||
venv | ||
.env | ||
.resources |
This file was deleted.
Oops, something went wrong.
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.