minor config change for development
This commit is contained in:
parent
64f20f01ec
commit
35a85be578
@ -1 +1 @@
|
|||||||
DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat_sample_db
|
DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat
|
||||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user