Install sitealizer stats
[selectricity-live] / vendor / plugins / sitealizer / lib / config.yml
diff --git a/vendor/plugins/sitealizer/lib/config.yml b/vendor/plugins/sitealizer/lib/config.yml
new file mode 100644 (file)
index 0000000..b765d92
--- /dev/null
@@ -0,0 +1,18 @@
+# Sitealizer config
+#
+# This is the only configuration you need to change if you don't want to 
+# leave it with the default config values.
+# 
+# Access types:
+# - private: You have to enter the username and password below in order to view the stats
+# - public: Anyone can view your site's stats
+# 
+# Queue size:
+# - The number of visitors in the queue before saving the stats to the DB.
+#   Minimum size shouldn't be under 5
+# 
+sitealizer:
+  access_type: public
+  username: admin
+  password: admin
+  queue_size: 10

Benjamin Mako Hill || Want to submit a patch?