more diesel config - db url (localhost url)

This commit is contained in:
shockrah 2019-12-02 13:49:51 -08:00
parent 94ae9804b8
commit a765f8b9ff

View File

@ -9,4 +9,4 @@ port=8080
templates_dir="static/html/"
[global.databases.sqlite_dtabase]
url = "db/tmp.sqlite"
url = "mysql://freechat:password@localhost/freechat_server"