make database connection timeout configurable

This commit is contained in:
2024-07-09 21:34:59 +02:00
parent 4dedde5edb
commit 2b056942eb
2 changed files with 23 additions and 34 deletions

View File

@@ -4,4 +4,5 @@
host = "localhost"
port = 3306
username = "root"
password = "secret"
password = "secret"
timeout = 2 # seconds