Fix example config and an unwrap in main()
Was panicking on missing cert file. Oops. Now prints an error like it should
This commit is contained in:
@@ -19,5 +19,5 @@ admins = []
|
||||
url = "my.db.server"
|
||||
user = "confetti"
|
||||
password = "my_secret_password"
|
||||
db = "confetti"
|
||||
db_name = "confetti"
|
||||
num_connections = 8
|
||||
|
||||
Reference in New Issue
Block a user