Commit 7d558e6b authored by shajiaiming's avatar shajiaiming

fix

parent b850b994
......@@ -87,5 +87,3 @@ Network Trash Folder
Temporary Items
.apdisk
# web config
conf/app.ini
\ No newline at end of file
[app]
PageSize = 50
JwtSecret = bwallet
Timeout = 60 * 60 * 24
PrefixUrl = http://127.0.0.1:8983
RuntimeRootPath = runtime/
ImageSavePath = upload/images/
# MB
ImageMaxSize = 5
ImageAllowExts = .jpg,.jpeg,.png
ExportSavePath = export/
QrCodeSavePath = qrcode/
FontSavePath = fonts/
LogSavePath = logs/
LogSaveName = log
LogFileExt = log
TimeFormat = 20060102
[server]
#debug or release
RunMode = debug
HttpPort = 8983
ReadTimeout = 60
WriteTimeout = 60
[database]
Type = mysql
User = root
Password = 123456
Host = 172.16.100.216:3306
Name = pc_sources
TablePrefix = coin_
[redis]
Host = 127.0.0.1:6379
Password =
MaxIdle = 30
MaxActive = 30
IdleTimeout = 200
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment