mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-11 23:45:51 +08:00
7 lines
246 B
Go
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"
|