diff options
author | chai <chaifix@163.com> | 2018-07-13 21:53:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-13 21:53:49 +0800 |
commit | 7ca80e57f06922e464626c7a6a1d7965e716b53f (patch) | |
tree | bda9271234720424b7dfc5c2d25b9df4ba3d01df /config.ini | |
parent | 181b206863d3765fe5343ceea8e1e00e52ffba9e (diff) |
Diffstat (limited to 'config.ini')
-rw-r--r-- | config.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..d38340b --- /dev/null +++ b/config.ini @@ -0,0 +1,14 @@ +[route] +url=/chai/whisper +static=/html +images=/html/imgs +templates=./template +disk=/var/www/html/chai/whisper/cgi-bin +[database] +user=root +passwd=root +host=localhost +port=3306 +db=whisper +[config] +whisper_count=15 |