Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/__init__.py')
-rw-r--r--sugar_network/node/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sugar_network/node/__init__.py b/sugar_network/node/__init__.py
index e73e2d3..f88e510 100644
--- a/sugar_network/node/__init__.py
+++ b/sugar_network/node/__init__.py
@@ -61,3 +61,7 @@ pull_timeout = Option(
'delay in seconds to return to sync-pull requester to wait until '
'pull request will be ready',
default=30, type_cast=int)
+
+static_url = Option(
+ 'url prefix to use for static files that should be served via API '
+ 'server; if omited, HTTP_HOST request value will be used')