forked from joeferner/redis-commander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-environment-variables.json
40 lines (40 loc) · 1.06 KB
/
custom-environment-variables.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"noSave": "NOSAVE",
"noLogData": "NO_LOG_DATA",
"ui": {
"foldingChar": "FOLDING_CHAR",
"jsonViewAsDefault": "VIEW_JSON_DEFAULT",
"binaryAsHex": "BINARY_AS_HEX",
"maxHashFieldSize": "MAX_HASH_FIELD_SIZE"
},
"redis": {
"readOnly": "READ_ONLY",
"flushOnImport": "FLUSH_ON_IMPORT",
"useScan": "USE_SCAN",
"scanCount": "SCAN_COUNT",
"rootPattern": "ROOT_PATTERN",
"connectionName": "REDIS_CONNECTION_NAME",
"defaultLabel": "REDIS_LABEL"
},
"server": {
"address": "ADDRESS",
"port": "PORT",
"urlPrefix": "URL_PREFIX",
"signinPath": "SIGNIN_PATH",
"httpAuthHeaderName": "NAUGHTY_ISTIO_WORKAROUND_HEADER",
"trustProxy": "TRUST_PROXY",
"clientMaxBodySize": "CLIENT_MAX_BODY_SIZE",
"httpAuth": {
"username": "HTTP_USER",
"password": "HTTP_PASSWORD",
"passwordHash": "HTTP_PASSWORD_HASH"
}
},
"sso": {
"enabled": "SSO_ENABLED",
"jwtSharedSecret": "SSO_JWT_SECRET",
"allowedIssuer": "SSO_ISSUER",
"audience": "SSO_AUDIENCE",
"subject": "SSO_SUBJECT"
}
}