config.yml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· YML 代码 · 共 18 行
YML
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: private username: admin password: admin queue_size: 15
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?