video-query/frontend/public/config.json

16 lines
No EOL
599 B
JSON

{
"_comment": "LOCAL DEVELOPMENT CONFIG - Points to localhost backend on port 5010",
"basePath": "/",
"domain": "http://localhost:3000",
"msal": {
"clientId": "9079054c-9620-4757-a256-23413042f1ef",
"authority": "https://login.microsoftonline.com/e519c2e6-bc6d-4fdf-8d9c-923c2f002385",
"redirectUri": "http://localhost:3000/",
"postLogoutRedirectUri": "http://localhost:3000/",
"tenantId": "e519c2e6-bc6d-4fdf-8d9c-923c2f002385"
},
"api": {
"videoProcessingEndpoint": "http://localhost:5010/api/process",
"chunkedUploadEndpoint": "http://localhost:5010"
}
}