diff --git a/Repositories/ADT/Settings.pm b/Repositories/ADT/Settings.pm index ad15cb7..2932dad 100755 --- a/Repositories/ADT/Settings.pm +++ b/Repositories/ADT/Settings.pm @@ -14,10 +14,10 @@ $EPRINT_SHORT_NAME = "Otago EPrints"; # Where the eprints archive is physically located -$ARCHIVE_DIR = "/usr/local/eprints/archives/otago_eprints/html/en"; +$ARCHIVE_DIR = "/home/eprints2/archives/otago_eprints/html/en"; # Base Eprints URL -$BASE_URL = "http://ou075110.otago.ac.nz:8008"; +$BASE_URL = "http://eprints.otago.ac.nz"; # ADT relative URL $ADT_URL = "/ADT"; @@ -26,7 +26,7 @@ $ADT_DIR = $ARCHIVE_DIR . "/ADT"; # Starting URL for eprints attached documents -$DOCS_URL = "http://ou075110.otago.ac.nz:8008/archive/"; +$DOCS_URL = "http://eprints.otago.ac.nz/archive/"; # University copyright URL $COPY_URL = "";