Added lots of debugging + token auth
Now you dont have to send your password over the wire every time and can make do with a token instead. There's lots of debugging info now to make it easier for me to fix bugs with the server
This commit is contained in:
@@ -19,4 +19,5 @@ admins = []
|
||||
url = "my.db.server"
|
||||
user = "confetti"
|
||||
password = "my_secret_password"
|
||||
db = "confetti"
|
||||
num_connections = 8
|
||||
|
||||
Reference in New Issue
Block a user