⧼vector-jumptocontent⧽

Archives/ARCHIVEID/cfg/cfg.d/: Difference between revisions

From EPrints Documentation
mNo edit summary
Added some more config file descriptions
Line 29: Line 29:
** '''[[languages.pl]]''' - Configuration for languages used by the repository archive.
** '''[[languages.pl]]''' - Configuration for languages used by the repository archive.
** '''[[log.pl]]''' - Configuration for logging error/warnung messages for the repository archive.
** '''[[log.pl]]''' - Configuration for logging error/warnung messages for the repository archive.
** '''[[misc.pl]]''' -
** '''[[misc.pl]]''' - Miscellaneous configuration settings.
** '''[[oai.pl]]''' -
** '''[[oai.pl]]''' - Configuration for [[OAI]].
** '''[[paths.pl]]''' -  
** '''[[paths.pl]]''' -  
** '''[[plugins.pl]]''' - Enabling and configuration of plugins for the repository archive.
** '''[[plugins.pl]]''' - Enabling and configuration of plugins for the repository archive.

Revision as of 18:51, 23 January 2022

This is the main repository configuration directory. Each of these files is a valid perl script and are loaded in alphabetic order. The configuration is stored in a hash reference named $c. For example a simple file might look like this:

# the foo option modifies the number of badgers in the boojum
$c->{foo} = 23;