mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
Removed quotes
This commit is contained in:
parent
98d55f77c9
commit
c05b602497
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
myENABLE="false"
|
||||
myHOST="host"
|
||||
myPORT="port"
|
||||
myCHANNEL="channels"
|
||||
myIDENT="user"
|
||||
mySECRET="secret"
|
||||
myCERT="false"
|
||||
myFORMAT="json"
|
||||
myENABLE=false
|
||||
myHOST=host
|
||||
myPORT=port
|
||||
myCHANNEL=channels
|
||||
myIDENT=user
|
||||
mySECRET=secret
|
||||
myCERT=false
|
||||
myFORMAT=json
|
||||
|
|
Loading…
Reference in a new issue