forked from automenta/netjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netention.options.js.EXAMPLE
38 lines (37 loc) · 1.14 KB
/
netention.options.js.EXAMPLE
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
{
"name": "Netention",
"description": "http://netention.org",
"host": "localhost",
"port": "8080",
"databaseURL": "localhost/netention_0",
"memoryUpdatePeriodMS": 5000,
"httpCompress": true,
"plugins": [
"_rss.js", "_irc.js"
],
"permissions": {
"enableAnonymous": true,
"authenticate_to_configure_plugins": false,
"authenticate_to_create_objects": false,
"authenticate_to_delete_objects": false,
"authenticate_to_proxy_http": false,
"authenticate_to_create_profiles": false,
"anyone_to_enable_or_disable_plugin": true
},
"client": {
"ui": "ui.mobile.js",
"initialView": "us",
"avatarMenuDisplayInitially": false,
"avatarMenuTagTreeAlways": false,
"defaultAvatarIcon": "/icon/netention-160.jpg",
"wikiStartPage": "Life",
"showPlanOnSelfPage": true,
"defaultTheme": "_cybernetic",
"autoLoginDefaultProfile": true,
"requireIdentity": true,
"maxStartupObjects": 8192,
"defaultMapMode2D": true,
"mapDefaultLocation": [ 40.44, -80.0 ],
"enableTogetherJS": false
}
}