summaryrefslogtreecommitdiff
path: root/data/config_example.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/config_example.pl')
-rw-r--r--data/config_example.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/config_example.pl b/data/config_example.pl
index 56ed2ec7..9c255bb2 100644
--- a/data/config_example.pl
+++ b/data/config_example.pl
@@ -23,7 +23,7 @@ package VNDB;
);
-# Uncomment to disable certain features of Multi
+# Uncomment to enable certain features of Multi
#$M{modules}{API} = {};
#$M{modules}{APIDump} = {};
@@ -35,3 +35,8 @@ package VNDB;
# pass => '<nickserv-password>',
# masters => [ 'yorhel!~Ayo@your.hell' ],
#};
+
+
+# Uncomment the compression method to use for the generated Javascript (or just leave as-is to disable compression)
+#$JSGEN{compress} = 'JavaScript::Minifier::XS';
+#$JSGEN{compress} = "|/usr/bin/uglifyjs --compress --mangle";