Merge pull request #747 from shaderecker/patch-1

Add MEDICAL to tpot.conf.dist
This commit is contained in:
Marco Ochse 2021-01-08 12:02:23 +01:00 committed by GitHub
commit 3a7eda96fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -160,14 +160,6 @@ Here you can choose:
- a username for the web interface - a username for the web interface
- a password for the web interface (**you should definitely change that**) - a password for the web interface (**you should definitely change that**)
```
# tpot configuration file
# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN]
myCONF_TPOT_FLAVOR='STANDARD'
myCONF_WEB_USER='webuser'
myCONF_WEB_PW='w3b$ecret'
```
<a name="ews-cfg"></a> <a name="ews-cfg"></a>
## Optional: Custom `ews.cfg` ## Optional: Custom `ews.cfg`
Enable this by uncommenting the role in the [deploy_tpot.yaml](openstack/deploy_tpot.yaml) playbook. Enable this by uncommenting the role in the [deploy_tpot.yaml](openstack/deploy_tpot.yaml) playbook.

View file

@ -1,5 +1,5 @@
# tpot configuration file # tpot configuration file
# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN] # myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, MEDICAL]
myCONF_TPOT_FLAVOR='STANDARD' myCONF_TPOT_FLAVOR='STANDARD'
myCONF_WEB_USER='webuser' myCONF_WEB_USER='webuser'
myCONF_WEB_PW='w3b$ecret' myCONF_WEB_PW='w3b$ecret'