mirror of
https://github.com/janishutz/libreevent.git
synced 2026-04-28 22:09:24 +02:00
add more mysql stuff
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "",
|
||||
"database": "",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"port": 3306
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"host":"",
|
||||
"port": 587,
|
||||
"secure": false,
|
||||
"auth": {
|
||||
"user":"",
|
||||
"pass":""
|
||||
},
|
||||
"tls": {
|
||||
"servername": ""
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"init":true,
|
||||
"twoFA": "disabled"
|
||||
}
|
||||
Reference in New Issue
Block a user