-
Notifications
You must be signed in to change notification settings - Fork 4
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 #457 from cevi/dev
Version 6.0.0 - Route Storing - Exports are now stored in a database. This allows for further exports and: - QR Code generation for import into swisstopo app - Add height profile again (revert removal in 5.1.0) - Improve Drawing: you can now delete the last point of the path - Improve Drawing: you can now draw off-road paths - Bug fixes - Dependency updates
- Loading branch information
Showing
57 changed files
with
3,230 additions
and
1,958 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
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,11 +1,17 @@ | ||
# Configuration for the angular application: development or production | ||
ANGULAR_BUILD_MODE=production | ||
BACKEND_DOMAIN=https://backend.map.cevi.tools | ||
DOCS_DOMAIN=http://docs.map.cevi.tools | ||
DOCS_DOMAIN=https://docs.map.cevi.tools | ||
FRONTEND_DOMAIN=https://map.cevi.tools | ||
PRINT_API_BASE_URL=awt-mapfish-print-server | ||
VALHALLA_DOMAIN=https://valhalla.map.cevi.tools | ||
STORE_API_URL=http://awt-store-api:6000 | ||
|
||
# Configures the logging level for the backend | ||
# valid values are DEBUG, INFO, WARNING, ERROR or CRITICAL | ||
LOG_LEVEL=INFO | ||
LOG_LEVEL=INFO | ||
|
||
# MongoDB settings for route storing | ||
MONGO_INITDB_ROOT_USERNAME=admin | ||
# TODO: Change to the more secure password in production | ||
MONGO_INITDB_ROOT_PASSWORD=pass |
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
Oops, something went wrong.