2024-01-02 14:54:10 +08:00
|
|
|
[app]
|
|
|
|
|
JwtSecret = message-nest
|
|
|
|
|
RuntimeRootPath = runtime/
|
2024-01-13 11:43:54 +08:00
|
|
|
LogLevel = INFO
|
2024-01-02 14:54:10 +08:00
|
|
|
|
|
|
|
|
[server]
|
|
|
|
|
; debug or release
|
|
|
|
|
RunMode = release
|
|
|
|
|
HttpPort = 8000
|
|
|
|
|
ReadTimeout = 60
|
|
|
|
|
WriteTimeout = 60
|
|
|
|
|
; use embed html static file
|
2024-01-02 22:19:12 +08:00
|
|
|
; EmbedHtml = disable
|
2024-01-02 14:54:10 +08:00
|
|
|
|
|
|
|
|
[database]
|
|
|
|
|
Type = mysql
|
|
|
|
|
User = root
|
|
|
|
|
Password = password
|
|
|
|
|
Host = 123.1.1.1
|
|
|
|
|
Name = db_name
|
2024-01-02 22:19:12 +08:00
|
|
|
Port = 3306
|
2024-01-02 14:54:10 +08:00
|
|
|
TablePrefix = message_
|
2024-01-07 00:25:35 +08:00
|
|
|
; SqlDebug = enable
|