Skip to content

Commit

Permalink
Merge pull request #1149 from swissgeol/GSNGM-812_transfer_geom_kml
Browse files Browse the repository at this point in the history
Transfer KML's and Geometries to a project
  • Loading branch information
vladyslav-tk authored Dec 1, 2023
2 parents 2a2ac64 + 6637517 commit 61c2748
Show file tree
Hide file tree
Showing 38 changed files with 944 additions and 269 deletions.
3 changes: 3 additions & 0 deletions DEPLOY_VIEWER.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export PROTECTED_BUCKET="ngm-protected-prod" # for tilesets restricted by cognit
export DOWNLOAD_BUCKET="ngmpub-download-bgdi-ch" # for publishing dataset sources
export DATA_EXCHANGE="ngm-data-exchange" # internal, for exchanging data (not accessible)
export RELEASES_BUCKET="ngmpub-releases-bgdi-ch" # where the UI releases are published
export PROD_PROJECT_FILES_BUCKET="ngmpub-prod-project-files-bgdi-ch" # prod bucket where the project files saved
export INT_PROJECT_FILES_BUCKET="ngmpub-int-project-files-bgdi-ch" # int bucket where the project files saved
export DEV_PROJECT_FILES_BUCKET="ngmpub-dev-project-files-bgdi-ch" # dev bucket where the project files saved
```

### Listing content of a bucket:
Expand Down
1 change: 1 addition & 0 deletions api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ S3_AWS_REGION=eu-west-1
AWS_ACCESS_KEY_ID=bla
AWS_SECRET_ACCESS_KEY=hu
S3_BUCKET=ngmpub-userdata-local
PROJECTS_S3_BUCKET=ngmpub-project-files-local
S3_ENDPOINT="http://minio:9000"

# Database
Expand Down
Loading

0 comments on commit 61c2748

Please sign in to comment.