aboutsummaryrefslogtreecommitdiff
path: root/config.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 11:42:55 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2008-11-17 11:42:55 +0100
commitcb09cd55424b21904d42c2bf2157907ad981e532 (patch)
tree3d36667fc3c52df960a529bdb5e108e3add36e4d /config.rb
parent5ec5ec180cfdae140f459c167741dabcd94f755a (diff)
added possibility to configure the system and outsourced bazaar specific things
Diffstat (limited to '')
-rw-r--r--config.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.rb b/config.rb
new file mode 100644
index 0000000..3e2916b
--- /dev/null
+++ b/config.rb
@@ -0,0 +1,7 @@
+# Choose your favorite version control system
+load "bzr.rb"
+
+# Change this if the url is not determined correctly
+SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
+
+