diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-20 10:15:43 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-20 10:15:43 -0400 |
commit | a4600399a4022809470ea82197d3b3a573c6a7d8 (patch) | |
tree | a9c6482d8eafd2fe878547eae0c1cb22ba8a20a7 | |
parent | 88717d88057ac0c51a2d7842305c808691404e6f (diff) |
Locate examples in config
darcs-hash:20080720141543-533db-f9d9eb94cd9f770be5f912a838a7e5f462c04809.gz
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index da791f6f0..434537d83 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) |