Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/etc/sweets.conf
blob: ddb39ebb502bff7b3813019736a26a912b5e84aa (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
[shell]
# space separated list of plugins to enable
plugins = telepathy proxy sn

[blacklist]
# Uncomment it to hide "Plugins" Control Panel section to
# hanlde plugins configuration only via configuration files
cpsection = plugins

# Sugar Network client configuration
# http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Network/Implementation#sugar-network-client
[client]
# url to connect to Sugar Network server API
api-url = http://node.sugarlabs.org
# space separated list of layers to restrict Sugar Network content by
# for now, "pilot" layer is being used to QA most useful/stable activities
layers = pilot

# the minimal disk free space, in percents, to preserve while recycling disk
# cache                         
cache-limit = 10                
# check disk cache for recycling in specified delay in seconds
cache-timeout = 3600 

# 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 = 0