Skip to content

Instantly share code, notes, and snippets.

@peterdietz
Created September 5, 2013 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterdietz/6455450 to your computer and use it in GitHub Desktop.
Save peterdietz/6455450 to your computer and use it in GitHub Desktop.
Changed to /dspace/handle-server/config.dct needed to have the DSpace Handle Server work for us. After you run the /dspace/bin/dspace make-handle-config /path/to/handle-server, you need to then edit the config.dct with your local configurations.
diff --git a/config.dct b/config.dct
index f1f53c3..2b248c4 100644
--- a/config.dct
+++ b/config.dct
@@ -35,19 +35,22 @@
)
"server_config" = {
+"storage_type" = "CUSTOM"
+"storage_class" = "org.dspace.handle.HandlePlugin"
+
"server_admins" = (
-"300:0.NA/YOUR_NAMING_AUTHORITY"
+"300:0.NA/2374.DALN"
)
"replication_admins" = (
-"300:0.NA/YOUR_NAMING_AUTHORITY"
+"300:0.NA/2374.DALN"
)
"max_session_time" = "86400000"
"this_server_id" = "1"
"max_auth_time" = "60000"
"backup_admins" = (
-"300:0.NA/YOUR_NAMING_AUTHORITY"
+"300:0.NA/2374.DALN"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment