mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
Merge 0.12->trunk
This commit is contained in:
commit
5915d6fbcd
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ storage = "memory"
|
||||||
|
|
||||||
mam_smart_enable = true
|
mam_smart_enable = true
|
||||||
|
|
||||||
|
bounce_blocked_messages = true
|
||||||
|
|
||||||
-- For the "sql" backend, you can uncomment *one* of the below to configure:
|
-- For the "sql" backend, you can uncomment *one* of the below to configure:
|
||||||
--sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename.
|
--sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename.
|
||||||
--sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }
|
--sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue