freechat/server/Rocket.toml

13 lines
203 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 = "db/tmp.sqlite"