update db url from rocket config

This commit is contained in:
shockrah 2020-02-05 16:29:42 -08:00
parent 8978b92efd
commit fa58724533
2 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,6 @@ features = [
"diesel_mysql_pool", "diesel_mysql_pool",
"json", "json",
"tera_templates", "tera_templates",
"serve" "serve",
] ]

View File

@ -8,5 +8,5 @@ address="localhost"
port=8080 port=8080
templates_dir="static/html/" templates_dir="static/html/"
[global.databases.sqlite_dtabase] [global.databases.freechat_sample_db ]
url = "mysql://freechat:password@localhost/freechat_server" url = "mysql://freechat_dev:password@localhost:3306/freechat_sample_db"