set password required
This commit is contained in:
parent
f1d4a6ee3b
commit
69d3698efb
|
@ -21,8 +21,6 @@ The three properties you need to specify are:
|
|||
Besides determining which image you want to pull, you also have to set an administrator password. You can do this by specifying the following property.
|
||||
- ```molgenis.adminPassword```
|
||||
|
||||
If you do not specify a password. You can find a one time password in the MOLGENIS container logging.
|
||||
|
||||
## Services
|
||||
When you start MOLGENIS you need:
|
||||
- an elasticsearch instance (5.5.6)
|
||||
|
|
|
@ -31,7 +31,7 @@ questions:
|
|||
default: ""
|
||||
description: "Enter an administrator password"
|
||||
type: password
|
||||
required: false
|
||||
required: true
|
||||
group: "Provisioning"
|
||||
- variable: molgenis.services.opencpu.host
|
||||
label: OpenCPU cluster
|
||||
|
|
Loading…
Reference in New Issue