21 lines
319 B
INI
21 lines
319 B
INI
[app]
|
|||
|
|
JwtSecret = message-nest
|
||
|
|
RuntimeRootPath = runtime/
|
||
|
|
|
||
|
|
[server]
|
||
|
|
; debug or release
|
||
|
|
RunMode = release
|
||
|
|
HttpPort = 8000
|
||
|
|
ReadTimeout = 60
|
||
|
|
WriteTimeout = 60
|
||
|
|
; use embed html static file
|
||
|
|
; EmbedHtml = disable
|
||
|
|
|
||
|
|
[database]
|
||
|
|
Type = mysql
|
||
|
|
User = root
|
||
|
|
Password = password
|
||
|
|
Host = 123.1.1.1
|
||
|
|
Name = db_name
|
||
|
|
TablePrefix = message_
|