Add db support (W.I.P.), cookie.py and removed UseSASL requirement.
This commit is contained in:
parent
a3312cffda
commit
3ca7e9cf36
6 changed files with 111 additions and 2 deletions
|
@ -14,5 +14,8 @@
|
|||
},
|
||||
"Logging": {
|
||||
"Console": true
|
||||
},
|
||||
"Database": {
|
||||
"ConnectionString": "mysql://user:password@host:port/database"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue