Files
filestash/server/common/constants.go
2018-10-22 14:20:28 +11:00

10 lines
178 B
Go

package common
const (
COOKIE_NAME_AUTH = "auth"
COOKIE_NAME_PROOF = "proof"
COOKIE_PATH = "/api/"
FILE_INDEX = "./data/public/index.html"
FILE_ASSETS = "./data/public/"
)