ovlach_frontend/Rocket.toml

12 lines
331 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"
2023-12-03 16:30:27 +00:00
contact_path = "http://localhost:8004"
2023-11-27 08:30:21 +00:00
[default]
static_route = "http://localhost:8001"
2023-12-03 14:46:05 +00:00
cv_backend_path = "http://localhost:8002"
2023-12-03 16:30:27 +00:00
contact_service = "http://localhost:8004"
pdf_service = "http://localhost:8003"
2023-12-03 14:46:05 +00:00
default_person_name = "ovlach"