mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-10-18 05:50:39 +08:00
fix: fix Dockerfile
This commit is contained in:
@@ -15,7 +15,7 @@ var Footer = ""
|
||||
// Any options with "Secret", "Token" in its key won't be return by GetOptions
|
||||
|
||||
var SessionSecret = uuid.New().String()
|
||||
var SQLitePath = ".message-pusher.db"
|
||||
var SQLitePath = "message-pusher.db"
|
||||
|
||||
var OptionMap map[string]string
|
||||
var OptionMapRWMutex sync.RWMutex
|
||||
|
Reference in New Issue
Block a user