⧼vector-jumptocontent⧽

Settings.pl: Difference between revisions

From EPrints Documentation
Added settings.pl page
 
mNo edit summary
 
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

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.