1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00

Add default config

This commit is contained in:
Tim Schubert 2019-03-31 17:41:50 +02:00
parent 61a2f9a4ec
commit c2578160b2

9
config/default.json Normal file
View file

@ -0,0 +1,9 @@
{
"account": {
"user": "test",
"password": "password",
"host": "example.com",
"port": 993,
"tls": true
}
}