mirror of
https://github.com/v1k45/pastepass.git
synced 2025-12-23 06:15:48 +00:00
Update database file name in config
This commit is contained in:
@@ -3,7 +3,7 @@ package config
|
||||
var (
|
||||
ServerAddr = ":8008"
|
||||
AppName = "PastePass"
|
||||
DBPath = "pastepass.boltdb"
|
||||
DBPath = "pastepass.db"
|
||||
ResetDB = false
|
||||
Version = "0.00-dev"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user