diff options
| author | huker667 <huker@tuta.io> | 2026-03-25 14:41:05 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-03-25 14:41:05 +0300 |
| commit | 4ff821beed2565e84c9c8d0ac774fa678da1f10f (patch) | |
| tree | 22c9e3762fc174a733bbf4c9605f4ed60239fda4 /config | |
| download | qulay-4ff821beed2565e84c9c8d0ac774fa678da1f10f.tar.gz qulay-4ff821beed2565e84c9c8d0ac774fa678da1f10f.tar.bz2 qulay-4ff821beed2565e84c9c8d0ac774fa678da1f10f.zip | |
init commit
Diffstat (limited to 'config')
| -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" |