freechat/server/Rocket.toml
2019-12-02 13:49:51 -08:00

13 lines
241 B
TOML

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