数据结构优化
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
var DB *gorm.DB
|
||||
|
||||
// JWTSecret is the secret key used for signing JWT tokens
|
||||
var JWTSecret = "your-secret-key-change-this-in-production" // Default value
|
||||
var JWTSecret = "your-secret-key" // Default value, should be set via JWT_SECRET environment variable in production
|
||||
|
||||
func InitDB() {
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user