X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/34c44145a77003ac4fcabd0b865f039bc24f97f4..171c0354e74b4fdd73e25ea05f5b2d23c0d1642f:/vendor/plugins/sitealizer/lib/config.yml?ds=sidebyside diff --git a/vendor/plugins/sitealizer/lib/config.yml b/vendor/plugins/sitealizer/lib/config.yml new file mode 100644 index 0000000..b765d92 --- /dev/null +++ b/vendor/plugins/sitealizer/lib/config.yml @@ -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