summaryrefslogtreecommitdiff
path: root/cgi-bin/config.ini
blob: b246c3bc0259b1ca17835e98137a0a8d9005a80f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[route]
#需要配置apache
#根路由
url="/chai/whisper/"
#静态根目录
static_root="/html/"
imgs_dir="/html/imgs/"
#html模板目录
templ_dir="template/"
[database]
user="root"
passwd="root"
host="localhost"
port=3306
database="whisper"
[config]
#每页显示whisper条数
whisper_count=10