update db url from rocket config
This commit is contained in:
parent
8978b92efd
commit
fa58724533
@ -25,6 +25,6 @@ features = [
|
|||||||
"diesel_mysql_pool",
|
"diesel_mysql_pool",
|
||||||
"json",
|
"json",
|
||||||
"tera_templates",
|
"tera_templates",
|
||||||
"serve"
|
"serve",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user