diff options
Diffstat (limited to 'config/paths.go')
| -rw-r--r-- | config/paths.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/paths.go b/config/paths.go new file mode 100644 index 0000000..9455496 --- /dev/null +++ b/config/paths.go @@ -0,0 +1,5 @@ +package paths + +const ReposUrlsFile = "/etc/qulay/repositories" +const ReposDir = "/var/lib/qulay/repos/" +const InstalledFile = "/var/lib/qulay/installed" |