MySQL support (rename columns names conflicting with MySQL reserved words)
darcs-hash:20070928184700-86b55-c9acce01326a0d0ae3c616d6e202ad9ebe6599ba.gz
This commit is contained in:
@@ -7,14 +7,18 @@ service_jid: jmc.localhost
|
||||
language: en
|
||||
|
||||
[db]
|
||||
#type: mysql
|
||||
#SQLite config
|
||||
type: sqlite
|
||||
#host: root@localhost
|
||||
host:
|
||||
name: /var/spool/jabber/jmc.db
|
||||
#url: %(type)%(host)%(name)?debug=1&debugThreading=1
|
||||
#Mysql config
|
||||
#type: mysql
|
||||
#host: root:pass@localhost
|
||||
#name: /jmc
|
||||
#db_url: %(type)s://%(host)s%(name)s?debug=1&debugThreading=1
|
||||
db_url: %(type)s://%(host)s%(name)s
|
||||
|
||||
|
||||
[component]
|
||||
pid_file: /var/run/jabber/jmc.pid
|
||||
#motd: "Message of the day"
|
||||
|
||||
Reference in New Issue
Block a user