summaryrefslogtreecommitdiff
path: root/gitweb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb.conf')
-rw-r--r--gitweb.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitweb.conf b/gitweb.conf
new file mode 100644
index 0000000..3e818a7
--- /dev/null
+++ b/gitweb.conf
@@ -0,0 +1,6 @@
+our $projectroot = "/var/git";
+our $site_name = "in silico toxicology git repositories";
+our $omit_owner = 1;
+our $default_projects_order = "age";
+$base_url = "https://git.in-silico.ch/";
+@git_base_url_list = ("https://git.in-silico.ch");