X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;fp=config.php.sample;h=63daf8663cfc2b8e750ea3ee54d078bf30191a7f;hb=a5c11cc92a277c3af6f9b18b1ffaf6dc5f90f5cc;hp=97645e870a35db7b99adeff200ea9d1ba4ea1e9c;hpb=ce46cce73ef8e1c60888755586919afdf9afee14;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 97645e870a..63daf8663c 100644 --- a/config.php.sample +++ b/config.php.sample @@ -154,7 +154,7 @@ $config['sphinx']['port'] = 3312; // $config['queue']['subsystem'] = 'stomp'; // $config['queue']['stomp_server'] = 'tcp://localhost:61613'; // use different queue_basename for each statusnet instance managed by the server -// $config['queue']['queue_basename'] = 'statusnet'; +// $config['queue']['queue_basename'] = '/queue/statusnet/'; // The following customise the behaviour of the various daemons: // $config['daemon']['piddir'] = '/var/run'; @@ -236,6 +236,11 @@ $config['sphinx']['port'] = 3312; // Use a different hostname for SSL-encrypted pages // $config['site']['sslserver'] = 'secure.example.org'; +// Indent HTML and XML +// Enable (default) for easier to read markup for developers, +// disable to save some bandwidth. +// $config['site']['indent'] = true; + // If you have a lot of status networks on the same server, you can // store the site data in a database and switch as follows // Status_network::setupDB('localhost', 'statusnet', 'statuspass', 'statusnet');