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:
parent
61a2f9a4ec
commit
c2578160b2
1 changed files with 9 additions and 0 deletions
9
config/default.json
Normal file
9
config/default.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"account": {
|
||||
"user": "test",
|
||||
"password": "password",
|
||||
"host": "example.com",
|
||||
"port": 993,
|
||||
"tls": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue