freechat/server/Rocket.toml
shockrah 58fcb99e03 Rocket config changed to match the .env
build-sass configuration chanced from using sass to sassc
2020-03-07 18:50:48 -08:00

13 lines
237 B
TOML

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