Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/etc/sweets.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sweets.conf')
-rw-r--r--etc/sweets.conf27
1 files changed, 18 insertions, 9 deletions
diff --git a/etc/sweets.conf b/etc/sweets.conf
index d13dca1..b8bb2aa 100644
--- a/etc/sweets.conf
+++ b/etc/sweets.conf
@@ -1,11 +1,19 @@
+[main]
+# Helps while debugging
+debug = 3
+
[shell]
-# space separated list of plugins to enable
+# Space separated list of plugins to enable.
+# To upload users' stats to a Sugar Network node, add "stats" plugin.
plugins = telepathy proxy sn stats
[blacklist]
-# Uncomment it to hide "Plugins" Control Panel section to
+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
-cpsection = plugins
+ plugins
# Sugar Network client configuration
# http://wiki.sugarlabs.org/go/Platform_Team/Sugar_Network/Implementation#sugar-network-client
@@ -16,11 +24,12 @@ api-url = http://node-testing.sugarlabs.org
# 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
+# 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]
@@ -35,4 +44,4 @@ 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
+upgrade-timeout = 86400