]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Locate examples in config
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 14:15:43 +0000 (10:15 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 14:15:43 +0000 (10:15 -0400)
darcs-hash:20080720141543-533db-f9d9eb94cd9f770be5f912a838a7e5f462c04809.gz

config.php.sample

index da791f6f03eac11364ea406aeecf6743f99d8ce1..434537d8315668171a69883a912e29ea5b4671d5 100644 (file)
@@ -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)