freechat/server/Rocket.toml
2020-03-07 16:07:26 -08:00

12 lines
247 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"