minor config change for development

This commit is contained in:
shockrah 2020-03-07 16:07:26 -08:00
parent 64f20f01ec
commit 35a85be578
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat_sample_db DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat

View File

@ -9,4 +9,4 @@ port=8080
templates_dir="static/html/" templates_dir="static/html/"
[global.databases.freechat_sample_db ] [global.databases.freechat_sample_db ]
url = "mysql://freechat_dev:password@localhost:3306/freechat_sample_db" url = "mysql://freechat_dev:password@localhost:3306/freechat"