mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
10 lines
149 B
Go
10 lines
149 B
Go
package notary
|
|
|
|
// application wide constants
|
|
const (
|
|
BackupDir = "backup"
|
|
PrivDir = "private"
|
|
PrivKeyPerms = 0700
|
|
PubCertPerms = 0755
|
|
)
|