Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/config.ini_tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'creactiweb/_templates/config.ini_tmpl')
-rw-r--r--creactiweb/_templates/config.ini_tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/creactiweb/_templates/config.ini_tmpl b/creactiweb/_templates/config.ini_tmpl
new file mode 100644
index 0000000..bc8958e
--- /dev/null
+++ b/creactiweb/_templates/config.ini_tmpl
@@ -0,0 +1,12 @@
+[activity]
+# my name
+name = {{package}}
+# not used yet
+debug = False
+# show the standard standard activity toolbar
+# (can be useful for debugging)
+use-toolbar = True
+
+[server]
+# custom port for the embedded server
+port = 8008