ovlach_frontend/Rocket.toml

9 lines
212 B
TOML
Raw Normal View History

2023-11-26 16:31:20 +00:00
[debug]
static_route = "http://localhost:8001"
2023-11-27 08:30:21 +00:00
cv_backend_path = "http://localhost:8002"
[default]
static_route = "http://localhost:8001"
2023-12-03 14:46:05 +00:00
cv_backend_path = "http://localhost:8002"
default_person_name = "ovlach"