package config var ( ServerAddr = ":8008" AppName = "PastePass" DBPath = "pastepass.boltdb" ResetDB = false )