Add 'site_shorname' to config for inter-site communication.
This commit is contained in:
parent
6bf60708cb
commit
b5dea3e2cc
|
@ -14,6 +14,7 @@ return [
|
|||
'enable_all_networks' => '1',
|
||||
'server_auth_user' => 'localuser',
|
||||
'server_auth_pass' => '<local_password>',
|
||||
'site_shortname' => '',
|
||||
'rslight_title' => 'New Rocksolid Light Install',
|
||||
'title_full' => 'rslight',
|
||||
'hide_email' => '1',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'server_auth_pass' => 'The password for the local server user',
|
||||
|
||||
# Site configuration
|
||||
'site_shortname' => 'Must be unique from other rslight sites. Blank to disable',
|
||||
'rslight_title' => 'The tagline at the top of the web page',
|
||||
'title_full' => 'The site title in the client browser bar',
|
||||
'hide_email' => 'Truncate email addresses in From header (1=true, blank=false)',
|
||||
|
|
Loading…
Reference in New Issue