Add 'site_shorname' to config for inter-site communication.

This commit is contained in:
Retro_Guy 2022-12-11 23:34:07 +00:00
parent 6bf60708cb
commit b5dea3e2cc
2 changed files with 2 additions and 0 deletions

View File

@ -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',

View File

@ -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)',