Difference between revisions of "Settings.pl"

From EPrints Documentation
Jump to: navigation, search
(Added settings.pl page)
 
m
 
Line 2: Line 2:
  
 
'''settings.pl''' in [[lib/syscfg.d/]] contains various commented outsettings.  In particular, the following settings could be uncommented:
 
'''settings.pl''' in [[lib/syscfg.d/]] contains various commented outsettings.  In particular, the following settings could be uncommented:
* '''<code>$c->{user}<code>''' - The user EPrints should run under and create files/directories as.
+
* '''<code>$c->{user}</code>''' - The user EPrints should run under and create files/directories as.
 
* '''<code>$c->{group}</code>''' - The group EPrints should create files/directories as.
 
* '''<code>$c->{group}</code>''' - The group EPrints should create files/directories as.
 
* '''<code>$c->{smtp_server}</code>''' - The SMTP server to send email through.
 
* '''<code>$c->{smtp_server}</code>''' - The SMTP server to send email through.

Latest revision as of 20:55, 12 February 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects

settings.pl in lib/syscfg.d/ contains various commented outsettings. In particular, the following settings could be uncommented:

  • $c->{user} - The user EPrints should run under and create files/directories as.
  • $c->{group} - The group EPrints should create files/directories as.
  • $c->{smtp_server} - The SMTP server to send email through.