1
0
Fork 0

set password required

This commit is contained in:
sido 2018-09-11 13:05:45 +02:00
parent f1d4a6ee3b
commit 69d3698efb
2 changed files with 1 additions and 3 deletions

View File

@ -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. 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``` - ```molgenis.adminPassword```
If you do not specify a password. You can find a one time password in the MOLGENIS container logging.
## Services ## Services
When you start MOLGENIS you need: When you start MOLGENIS you need:
- an elasticsearch instance (5.5.6) - an elasticsearch instance (5.5.6)

View File

@ -31,7 +31,7 @@ questions:
default: "" default: ""
description: "Enter an administrator password" description: "Enter an administrator password"
type: password type: password
required: false required: true
group: "Provisioning" group: "Provisioning"
- variable: molgenis.services.opencpu.host - variable: molgenis.services.opencpu.host
label: OpenCPU cluster label: OpenCPU cluster