shiori/internal/model/const.go
2022-10-09 18:50:42 +02:00

7 lines
246 B
Go

package model
// DataDirPerm the default filesystem permissions for the data directory/archives
const DataDirPerm = 0744
// DatabaseDateFormat the string formatting of datetimes for the database
const DatabaseDateFormat = "2006-01-02 15:04:05"