-
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.
- Loading branch information
1 parent
0b4f87e
commit 15f55ef
Showing
2 changed files
with
26 additions
and
9 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 |
---|---|---|
|
@@ -24,3 +24,23 @@ services: | |
- ARLAS_HUB_URL=../hub | ||
- ARLAS_WUI_BASE_HREF=/wui | ||
- ARLAS_USE_AUTHENT=false | ||
- ARLAS_TICKETING_KEY="[email protected]" | ||
- ARLAS_TAB_NAME='ARLAS' | ||
- ARLAS_WUI_DASHBOARDS_SHORTCUT=false | ||
- ARLAS_STATIC_LINKS=[] | ||
- ARLAS_PROCESS_URL=toto | ||
- ARLAS_USE_AUTHENT=false | ||
- ARLAS_GEOCODING_ENABLED=false | ||
- ARLAS_GEOCODING_FIND_PLACE_URL="-" | ||
- ARLAS_GEOCODING_FIND_PLACE_ZOOM_TO=11 | ||
- ARLAS_WUI_DASHBOARDS_SHORTCUT=false | ||
- ARLAS_AUTHENT_FORCE_CONNECT=false | ||
- ARLAS_AUTHENT_REDIRECT_URI=/hub/ | ||
- ARLAS_PROCESS_URL=/aproc/processes/download/execution | ||
- ARLAS_PROCESS_CHECK_URL=/aproc/processes/download | ||
- ARLAS_PROCESS_SETTINGS_URL=/assets/processes/download.json | ||
- ARLAS_PROCESS_STATUS_URL=/aproc/processes/jobs | ||
- ARLAS_PROCESS_MAX_ITEMS=10 | ||
- RESULTLIST_ENABLE_EXPORT=true | ||
- RESULTLIST_EXPORT_SIZE=10000 | ||
|
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,12 +1,9 @@ | ||
#!/bin/bash | ||
|
||
export ARLAS_WUI_VERSION=24.3.0 | ||
export ARLAS_HUB_VERSION=24.3.0 | ||
export ARLAS_BUILDER_VERSION=24.3.0 | ||
export ARLAS_PERSISTENCE_VERSION=24.0.4 | ||
export ARLAS_PERMISSIONS_VERSION=24.0.4 | ||
export ARLAS_SERVER_VERSION=24.1.0 | ||
export ARLAS_WUI_VERSION=25.0.0 | ||
export ARLAS_HUB_VERSION=25.0.0 | ||
export ARLAS_BUILDER_VERSION=25.0.0 | ||
export ARLAS_PERSISTENCE_VERSION=25.0.0 | ||
export ARLAS_PERMISSIONS_VERSION=25.0.0 | ||
export ARLAS_SERVER_VERSION=25.0.0 | ||
export ELASTICSEARCH_VERSION=8.7.0 | ||
export ARLAS_NGINX_VERSION=latest | ||
export LOCAL_HOST=localhost | ||
export ARLAS_PERSISTENCE_LOCAL_FOLDER_HOST=$HOME/.arlas/persist |