ovlach_frontend/Rocket.toml

13 lines
343 B
TOML

[debug]
static_route = "http://localhost:8001"
cv_backend_path = "http://localhost:8002"
contact_path = "http://localhost:8004"
[default]
static_route = "http://localhost:8001"
cv_backend_path = "http://localhost:8002"
contact_service = "http://localhost:8004"
pdf_service = "http://localhost:8003"
default_person_name = "ovlach"
port = 8000