Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/etc/sweets.conf
blob: b7d46ddc8f82f7d9669975b725c39db162ddc9f1 (plain)
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
41
42
[main]
# Helps while debugging
#debug = 3

[shell]
# Space separated list of plugins to enable.
# To upload users' stats to a Sugar Network node, add "stats" plugin.
plugins = telepathy proxy sn stats upgrade

#[webui]
# this is for testing only, allows for easier automatic testing
#webui-host = 0.0.0.0

[blacklist]
cpsection =
# Standard Shell updater doesn't make sense if Sugar Network is enabled
    updater
# Uncomment to hide "Plugins" Control Panel section to
# hanlde plugins configuration only via configuration files
    plugins

# By default, only stable Sugar Activity implementation will be fetched
# from the Sugar Network. To stability selection customizable, add exceptions
# to the following section. Each option shold conform the format:
# <CONTEXT_GUID> = <LIST_OF_STABILITIES>
[stabilities]
org.somosazucar.ServidorVNC = developer stable

# Default parameters for sugar-plugin-stats package
[sugar-plugin-stats]
# space separated list of RRAs for RRD databases to keep usage statistics
stats-rras = RRA:AVERAGE:0.5:1:4320 RRA:AVERAGE:0.5:5:2016
# step interval in seconds for RRD databases to keep usage statistics
stats-step = 60
# if more than 0, upload collected usage statistics to
# a Sugar Network server with specified delay in seconds
stats-timeout = 3600

# Default parameters for sugar-plugin-upgrade package
[sugar-plugin-upgrade]
# if more than 0, do regular unattended system update with specified delay in seconds
upgrade-timeout = 86400