You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log file can be found in the directory of the shawl executable; using powershell this can be found by `get-command shawl`.
24
17
25
18
#### Package Parameters
26
19
The following package parameters can be set:
27
20
21
+
* `/Environment:` Deployment environement one of dev, qa, prod - example --params="'/Environment:dev'"
22
+
* `/CollectionLocations:` List of collection location name and path - example --params="'/CollectionLocations:storage1:\\\\path\\to\\storage1;storage2:\\\\path\\to\\storage2'"
23
+
24
+
The parameter environment will set the following values that can be overridden:
25
+
28
26
* `/Scicat.Host:` - Scicat backend URL - defaults to: "https://dacat.psi.ch"
29
27
* `/Frontend.Host:` - Scicat Frontend URL - defaults to "https://discovery.psi.ch"
30
28
* `/Keycloak.Host` - Keycloak URL - defaults to "https://kc.psi.ch"
29
+
* `/Keycloak.Realm` - Keycloak URL - defaults to "awi"
31
30
* `/S3.Host:` - S3 host URL - defaults to "https://scopem-openem.ethz.ch"
32
-
* `/CollectionLocations:` List of collection location name and path - example --params="'/CollectionLocations:storage1:\\\\path\\to\\storage1;storage2:\\\\path\\to\\storage2'"
33
31
34
32
To pass parameters, use `--params "''"` (e.g. `choco install openem-ingestor [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"`).
35
33
To have choco remember parameters on upgrade, be sure to set `choco feature enable -n=useRememberedArgumentsForUpgrades`.
0 commit comments