summaryrefslogtreecommitdiff
path: root/config/paths.go
blob: ff3b9273c99eae83a1b1f5a6a0553271348c27cb (plain)
1
2
3
4
5
package paths

const ReposUrlsFile = "etc/qulay/repositories"
const ReposDir = "var/lib/qulay/repos/"
const InstalledFile = "var/lib/qulay/installed"