- # MySQL database parameters
- $DB_NAME = "otago_eprints";
- $DB_HOST = "localhost";
- $DB_USER= "otago_adt";
- $DB_PASS = "ComethTheThesis";
-
- # University Specific Code
- $UNI_CODE = 'OU';
-
- # University Description Text
- $UNI_TEXT = 'University of Otago';
-
- # E-print Archive Short Name
- $EPRINT_SHORT_NAME = "Otago EPrints";
-
- # Where the eprints archive is physically located
- $ARCHIVE_DIR = "/home/eprints2/archives/otago_eprints/html/en";
-
- # Base Eprints URL
- $BASE_URL = "http://eprints.otago.ac.nz";
-
- # ADT relative URL
- $ADT_URL = "/ADT";
-
- # Where to store the ADT exported HTML files
- $ADT_DIR = $ARCHIVE_DIR . "/ADT";
-
- # Starting URL for eprints attached documents
- $DOCS_URL = "http://eprints.otago.ac.nz/archive/";
-
- # University copyright URL
- $COPY_URL = "";
-
- 1;