ovlach_frontend/Rocket.toml

13 lines
343 B
TOML
Raw Permalink 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"
2023-12-03 18:22:18 +00:00
port = 8000