presentation-rust-webapps/simpler_text_board/Rocket.toml
2021-04-14 23:02:09 +02:00

9 lines
140 B
TOML

[development]
address = "0.0.0.0"
port = 8000
workers = 2
keep_alive = 5
[global.databases]
sqlite = { url = "simpler_text_board.sqlite" }