gin funn and testing
This commit is contained in:
25
conf/app.ini
Normal file
25
conf/app.ini
Normal file
@ -0,0 +1,25 @@
|
||||
[app]
|
||||
PageSize = 10
|
||||
JwtSecret = 233
|
||||
PrefixUrl = http://127.0.0.1:8000
|
||||
RuntimeRootPath = runtime/
|
||||
LogSavePath = logs/
|
||||
LogSaveName = log
|
||||
LogFileExt = log
|
||||
TimeFormat = 20060102
|
||||
|
||||
[server]
|
||||
#debug or release
|
||||
RunMode = debug
|
||||
HttpPort = 8000
|
||||
ReadTimeout = 60
|
||||
WriteTimeout = 60
|
||||
|
||||
[database]
|
||||
Type = mysql
|
||||
User = root
|
||||
Password = dupa.8
|
||||
|
||||
Host = db-gintest.service.dev.consul:3306
|
||||
Name = gintest
|
||||
TablePrefix = test_
|
Reference in New Issue
Block a user