Install sitealizer stats
[selectricity-live] / vendor / plugins / sitealizer / lib / config.yml
1 # Sitealizer config
2 #
3 # This is the only configuration you need to change if you don't want to 
4 # leave it with the default config values.
5
6 # Access types:
7 # - private: You have to enter the username and password below in order to view the stats
8 # - public: Anyone can view your site's stats
9
10 # Queue size:
11 # - The number of visitors in the queue before saving the stats to the DB.
12 #   Minimum size shouldn't be under 5
13
14 sitealizer:
15   access_type: public
16   username: admin
17   password: admin
18   queue_size: 10

Benjamin Mako Hill || Want to submit a patch?