platform/dev/prod/config.json
Kristina d26a03f814
Fix analytics collector and ai-bot services (#6331)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-08-16 14:02:24 +07:00

10 lines
338 B
JSON

{
"ACCOUNTS_URL":"http://localhost:3000",
"COLLABORATOR_URL": "ws://localhost:3078",
"COLLABORATOR_API_URL": "http://localhost:3078",
"UPLOAD_URL":"/files",
"REKONI_URL": "http://localhost:4004",
"PRINT_URL": "http://localhost:4005",
"SIGN_URL": "http://localhost:4006",
"ANALYTICS_COLLECTOR_URL":"http://localhost:4007"
}