Skip to content
Snippets Groups Projects
Commit 813558aa authored by Bob Mottram's avatar Bob Mottram
Browse files

mail domain

parent 3c020035
No related branches found
No related tags found
No related merge requests found
......@@ -735,6 +735,7 @@ function install_gnusocial_main {
# turn off logging
echo "\$config['site']['logfile'] = '/dev/null';" >> $gnusocial_config_file
echo "\$config['mail']['domain'] = '${DEFAULT_DOMAIN_NAME}';" >> $gnusocial_config_file
# This improves performance
sed -i "s|//\$config\['db'\]\['schemacheck'\].*|\$config\['db'\]\['schemacheck'\] = 'script';|g" $gnusocial_config_file
......
......@@ -578,6 +578,8 @@ function install_postactiv_main {
echo "\$config['ostatus']['hub_retries'] = 3;" >> $postactiv_config_file
fi
echo "\$config['mail']['domain'] = '${DEFAULT_DOMAIN_NAME}';" >> $postactiv_config_file
# This improves performance
sed -i "s|//\$config\['db'\]\['schemacheck'\].*|\$config\['db'\]\['schemacheck'\] = 'script';|g" $postactiv_config_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment