diff options
Diffstat (limited to 'cgi-bin/config.ini')
-rw-r--r-- | cgi-bin/config.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cgi-bin/config.ini b/cgi-bin/config.ini new file mode 100644 index 0000000..b246c3b --- /dev/null +++ b/cgi-bin/config.ini @@ -0,0 +1,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 + |