-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.settings
More file actions
32 lines (32 loc) · 747 Bytes
/
Copy pathApp.settings
File metadata and controls
32 lines (32 loc) · 747 Bytes
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
{
"Endpoints": [
{
"Name": "localhost",
"Host": "localhost",
"Port": 6379,
"Password": "",
"UseSsl": false
},
{
"Name": "redis-enterprise",
"Host": "redis-19774.c56.east-us.azure.cloud.redislabs.com",
"Port": 19774,
"Password": "vVPZlXbD868wlEy3bFhSPNdX51ITW7jt",
"UseSsl": false
},
{
"Name": "azure-instance",
"Host": "quickr.redis.cache.windows.net",
"Port": 6380,
"Password": "erDZzNq8ZhG2v2xlumU9dr7UdMoQw7poKBIWy1+aYPs=",
"UseSsl": true
},
{
"Name": "amazonaws",
"Host": "elasticache-db-0001-001.eqno4n.0001.use2.cache.amazonaws.com",
"Port": 6379,
"Password": "",
"UseSsl": false
}
]
}