monitor and poll interval quote removal
This commit is contained in:
parent
306b012dcc
commit
e1725e92ac
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ services:
|
|||
- KOMODO_DATABASE_URI=mongodb://${KOMODO_DB_PRI}:27017,${KOMODO_DB_SEC}:27017/komodo?replicaSet=rs${LXC_NUM}
|
||||
- KOMODO_PASSKEY=${KOMODO_PERIPH_PASS}
|
||||
- KOMODO_DISABLE_CONFIRM_DIALOG=false
|
||||
- KOMODO_MONITORING_INTERVAL="5-sec"
|
||||
- KOMODO_RESOURCE_POLL_INTERVAL="1-hr"
|
||||
- KOMODO_MONITORING_INTERVAL=5-sec
|
||||
- KOMODO_RESOURCE_POLL_INTERVAL=1-hr
|
||||
- KOMODO_LOCAL_AUTH=true
|
||||
- KOMODO_DISABLE_USER_REGISTRATION=false
|
||||
- KOMODO_ENABLE_NEW_USERS=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue