From 4ff821beed2565e84c9c8d0ac774fa678da1f10f Mon Sep 17 00:00:00 2001 From: huker667 Date: Wed, 25 Mar 2026 14:41:05 +0300 Subject: init commit --- config/paths.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/paths.go (limited to 'config') 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" -- cgit v1.3.1