Add initial static_basic static test case.
[matthijs/upstream/blosxom.git] / t / static_basic / config / blosxom.conf
diff --git a/t/static_basic/config/blosxom.conf b/t/static_basic/config/blosxom.conf
new file mode 100644 (file)
index 0000000..7d8ef26
--- /dev/null
@@ -0,0 +1,4 @@
+$datadir = "$ENV{BLOSXOM_CONFIG_DIR}/../data";
+$static_dir = "$ENV{BLOSXOM_CONFIG_DIR}/../static";
+$static_password = 'static';
+@static_flavours = qw/html rss/;