Files
go_blog/conf/conf.ini

24 lines
455 B
INI
Raw Normal View History

2024-01-10 16:05:15 +08:00
[mysql]
Type = mysql
2024-11-01 01:14:18 +08:00
Host = 47.93.160.42
2024-01-10 16:05:15 +08:00
Port = 3306
2024-11-01 01:14:18 +08:00
User = blog
Password = qI7=bL4@iJ
2024-07-04 19:15:44 +08:00
DBName = blog
2024-01-10 16:05:15 +08:00
Charset = utf8mb4
2024-07-04 19:15:44 +08:00
Prefix = gin_
2024-01-10 16:05:15 +08:00
;Prefix = gin_
[jwt]
SecretKey = \x13\xbf\xd2 1\xce\x8b\xc1\t\xc1=\xec\x07\x93\xd4\x9e\xbco\xb0Z
[project]
StaticUrlMapPath = {"assets/static/": "static/", "assets/docs/": "docs/", "media/": "media/"}
TemplateGlob = templates/**/*
MediaFilePath = "media/upload/"
[server]
Port = 7890
ReadTimeout = 60
WriteTimeout = 60