Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/config.js')
-rw-r--r--html/config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/config.js b/html/config.js
new file mode 100644
index 0000000..e7650b4
--- /dev/null
+++ b/html/config.js
@@ -0,0 +1,10 @@
+
+// Database localisation:
+// - set to empty string "" for local database
+// - set url prefix for distant hosting
+
+// Local database
+Abcd.context.database = "";
+
+// Internet database
+//Abcd.context.database = "http://laske.fr/abecedarium/";