Comment out database stuff
This commit is contained in:
parent
80e10aad92
commit
3fc191ceb4
1 changed files with 7 additions and 7 deletions
|
@ -74,20 +74,20 @@ type = none
|
|||
|
||||
# For SQLite3: Full path to database
|
||||
# For MySQL: name of database
|
||||
# database = /var/lib/spectrum2/$jid/database.sql
|
||||
database = jabber_transport
|
||||
# default database = /var/lib/spectrum2/$jid/database.sql
|
||||
#database = jabber_transport
|
||||
|
||||
# Server.
|
||||
server = localhost
|
||||
#server = localhost
|
||||
|
||||
# Port.
|
||||
port = 0
|
||||
#port = 0
|
||||
|
||||
# User.
|
||||
user = spectrum
|
||||
#user = spectrum
|
||||
|
||||
# Paasword.
|
||||
password = secret
|
||||
#password = secret
|
||||
|
||||
# Prefix used for tables
|
||||
prefix = jabber_
|
||||
#prefix = jabber_
|
||||
|
|
Loading…
Add table
Reference in a new issue