-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathsettings.json
38 lines (27 loc) · 1 KB
/
settings.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
{
"cassandra": {
"keyspace": "minds",
"servers": [ "127.0.0.1" ],
"cql_servers": [ "127.0.0.1:9042" ]
},
"installed": true,
"path": "/var/www/Minds/",
"dataroot": "/data/",
"default_site": "01",
"site_id": "01",
"__site_secret__": "abc123xyz789",
"system_cache_path": "/tmp/elgg_system_cache/",
"elasticsearch_server": "http://localhost:9200/",
"elasticsearch_prefix": "mehmac_",
"broken_mta": false,
"min_password_length": 6,
"minusername": 2,
"icon_sizes": {
"topbar": { "w": 16, "h": 16, "square": true, "upscale": true },
"tiny": { "w": 25, "h": 25, "square": true, "upscale": true },
"small": { "w": 40, "h": 40, "square": true, "upscale": true },
"medium": { "w": 100, "h": 100, "square": true, "upscale": true },
"large": { "w": 425, "h": 425, "square": false, "upscale": false },
"master": { "w": 550, "h": 550, "square": false, "upscale": false }
}
}