user viper
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
database:
|
||||
Type: mysql
|
||||
Driver: mysql
|
||||
Host: 47.93.160.42
|
||||
Port: 3630
|
||||
User: blog
|
||||
@@ -7,10 +7,13 @@ database:
|
||||
DBName: blog
|
||||
Charset: utf8mb4
|
||||
Prefix: gin_
|
||||
DSN: "mysql:mysql@tcp(47.93.160.42:3630)/gin_blog?charset=utf8mb4&parseTime=True&loc=Local"
|
||||
# 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"
|
||||
security:
|
||||
JWTSecret: "jwt_secret"
|
||||
|
||||
project:
|
||||
StaticUrlMapPath:
|
||||
@@ -21,7 +24,7 @@ project:
|
||||
MediaFilePath: "media/upload/"
|
||||
|
||||
server:
|
||||
Port: 7890
|
||||
Port: 8090
|
||||
ReadTimeout: 60
|
||||
WriteTimeout: 60
|
||||
|
||||
|
||||
Reference in New Issue
Block a user