presentation-rust-webapps/simple_text_board/Rocket.toml

10 lines
154 B
TOML
Raw Permalink Normal View History

2021-01-12 17:55:25 +01:00
[global.databases]
sqlite = { url = "simple_text_board.sqlite" }
2021-01-11 23:10:26 +01:00
[development]
address = "0.0.0.0"
port = 8000
workers = 2
keep_alive = 5
log = "normal"