summaryrefslogtreecommitdiff
path: root/rhimport/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport/core.go')
-rw-r--r--rhimport/core.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/rhimport/core.go b/rhimport/core.go
index 413e39c..29f03ba 100644
--- a/rhimport/core.go
+++ b/rhimport/core.go
@@ -39,6 +39,11 @@ const (
CUT_MAX = 999
// not sure if rdxport.cgi can handle filesizes > MAX(INT32)
FILESIZE_MAX = (2 * 1024 * 1024 * 1024) - 1
+
+ // TODO: make this configurable
+ ARCHIV_HOST = "archiv.helsinki.at"
+ ARCHIV_USER = "rhimport"
+ ARCHIV_BASE_PATH = "/srv/archiv"
)
var (