freechat/server/Rocket.toml
2020-02-05 16:29:42 -08:00

12 lines
257 B
TOML

[development]
address="localhost"
port=8080
templates_dir="static/html/"
[production]
address="localhost"
port=8080
templates_dir="static/html/"
[global.databases.freechat_sample_db ]
url = "mysql://freechat_dev:password@localhost:3306/freechat_sample_db"