diff options
author | Christian Pointner <equinox@helsinki.at> | 2018-08-29 15:32:25 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2018-08-29 15:32:25 (GMT) |
commit | 219691d060cdea4b2da5090f6d51c115310d2675 (patch) | |
tree | afd4ee144a6b90fe755393f20aa45754db9f2555 | |
parent | 43d2fef523ae16b2f9ad6f31406dea25eb455ad0 (diff) |
archiv is hosted by bigmama now
-rw-r--r-- | rhimport/core.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport/core.go b/rhimport/core.go index 1b2423b..48e4c16 100644 --- a/rhimport/core.go +++ b/rhimport/core.go @@ -43,9 +43,9 @@ const ( FILESIZE_MAX = (2 * 1024 * 1024 * 1024) - 1 // TODO: make this configurable - ARCHIV_HOST = "archiv.helsinki.at" + ARCHIV_HOST = "bigmama.helsinki.at" ARCHIV_USER = "rhimport" - ARCHIV_BASE_PATH = "/srv/archiv" + ARCHIV_BASE_PATH = "/storage0/archiv/ogg-flac" ) var ( |