diff options
author | chai <chaifix@163.com> | 2018-07-12 21:14:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-12 21:14:44 +0800 |
commit | 181b206863d3765fe5343ceea8e1e00e52ffba9e (patch) | |
tree | c14fea74a41b7c1d789bf89a0e15238f3511dc8c /cgi-bin/config.ini | |
parent | d351e45604f192df6ef710d476a8e529fefa73bf (diff) |
update
Diffstat (limited to 'cgi-bin/config.ini')
-rw-r--r-- | cgi-bin/config.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/config.ini b/cgi-bin/config.ini index b6d3959..7dfc0e1 100644 --- a/cgi-bin/config.ini +++ b/cgi-bin/config.ini @@ -2,7 +2,7 @@ url=/cgi-bin static=/html images=/html/imgs -templates=template +templates=./template [database] user=root passwd=root @@ -10,4 +10,4 @@ host=localhost port=3306 db=whisper [config] -whisper_count=20 +whisper_count=15 |