From: Mike Cochrane Date: Sun, 20 Jul 2008 14:15:43 +0000 (-0400) Subject: Locate examples in config X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a4600399a4022809470ea82197d3b3a573c6a7d8;p=quix0rs-gnu-social.git Locate examples in config darcs-hash:20080720141543-533db-f9d9eb94cd9f770be5f912a838a7e5f462c04809.gz --- diff --git a/config.php.sample b/config.php.sample index da791f6f03..434537d831 100644 --- a/config.php.sample +++ b/config.php.sample @@ -53,6 +53,10 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #$config['xmpp']['password'] = 'blahblahblah'; #$config['xmpp']['public'][] = 'someindexer@example.net'; +#Default locale info +#$config['site']['timezone'] = 'Pacific/Auckland'; +#$config['site']['language'] = 'en_NZ'; + #Do notice broadcasts offline #If you set this, you must run the xmppdaemon.php #as a daemon (with, say, start-stop-daemon)