mirror of
https://github.com/v1k45/pastepass.git
synced 2026-01-05 21:15:29 +00:00
9 lines
125 B
Go
9 lines
125 B
Go
package config
|
|
|
|
var (
|
|
ServerAddr = ":8008"
|
|
AppName = "PastePass"
|
|
DBPath = "pastepass.boltdb"
|
|
ResetDB = false
|
|
)
|