Files
go_blog/config/config.yml

26 lines
531 B
YAML
Raw Normal View History

2024-11-01 00:29:35 +08:00
database:
2024-07-24 04:19:01 +08:00
Type: mysql
2024-12-03 18:40:19 +08:00
Host: 47.93.160.42
2024-12-03 10:33:23 +08:00
Port: 3630
2024-11-01 01:14:18 +08:00
User: blog
Password: qI7=bL4@iJ
2024-07-24 04:19:01 +08:00
DBName: blog
Charset: utf8mb4
Prefix: gin_
# Prefix: gin_ # This line is commented out in the original .ini file
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