⧼vector-jumptocontent⧽

Archives/ARCHIVEID/cfg/cfg.d/

From EPrints Documentation
Revision as of 21:07, 23 January 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added some more config files and descriptions.)

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;