redis-commander
Version:
Redis web-based management tool written in node.js
54 lines (53 loc) • 1.19 kB
JSON
{
"noSave": false,
"noLogData": false,
"ui": {
"sidebarWidth": 250,
"locked": false,
"cliHeight": 320,
"cliOpen": false,
"foldingChar": ":",
"jsonViewAsDefault": "none",
"binaryAsHex": true,
"maxHashFieldSize": 0
},
"redis": {
"readOnly": false,
"flushOnImport": false,
"useScan": true,
"scanCount": 100,
"rootPattern": "*",
"connectionName": "redis-commander",
"defaultLabel": "local",
"defaultSentinelGroup": "mymaster",
"extraAllowedReadOnlyCommands": [
"select",
"info"
]
},
"server": {
"address": "0.0.0.0",
"port": 8081,
"urlPrefix": "",
"signinPath": "signin",
"httpAuthHeaderName": "Authorization",
"trustProxy": false,
"clientMaxBodySize": "100kb",
"httpAuth": {
"username": "",
"password": "",
"passwordHash": "",
"comment": "to enable http auth set username and either password or passwordHash",
"jwtSecret": ""
}
},
"sso": {
"enabled": false,
"jwtSharedSecret": "",
"jwtAlgorithms": ["HS256", "HS384", "HS512"],
"allowedIssuer": "",
"audience": "",
"subject": ""
},
"connections": []
}