mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Merge pull request #747 from shaderecker/patch-1
Add MEDICAL to tpot.conf.dist
This commit is contained in:
commit
3a7eda96fa
2 changed files with 1 additions and 9 deletions
|
@ -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.
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue