Saturday, September 21, 2019
grimoire@muc.metronome.im
September
Mon Tue Wed Thu Fri Sat Sun
            1
2 3 4 5 6 7 8
9
10 11 12 13
14 15
16 17
18 19
20
21
22
23 24 25 26 27 28 29
30            
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[11:40:38] <chema> default_storage = "ldap"
sql = { driver = "PostgreSQL",
database = "metronome",
host = "localhost",
port = 5432,
user = "metronome",
password = "metronome" }
storage = { mam = "sql", pep = "sql", private = "sql", vcard = "sql", push = "sql" }

[11:42:16] <chema> I created the user in PostgreSQL, grant all permision to the user... but it still use internal storage.... it don't even try to connect to postgresql, i'm checking it in Pgadmin.... and don't know where I'm wrong
[11:44:46] <chema> if I should change to sqlite3, or mysql i have mariadb installed so can do it... but cant prevent metronome to use plain json files