Skip to content
Snippets Groups Projects
Commit e56ebf4a authored by Adiv's avatar Adiv
Browse files

fixups

parent 0bd1b13a
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
azure_static_web_apps_api_token: $(AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_DESERT_06D027F03) azure_static_web_apps_api_token: $(AZURE_STATIC_WEB_APPS_API_TOKEN_GRAY_DESERT_06D027F03)
###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "Client" # App source code path app_location: "." # App source code path
api_location: "Api" # Api source code path - optional api_location: "Api" # Api source code path - optional
output_location: "wwwroot" # Built app content directory - optional output_location: "wwwroot" # Built app content directory - optional
###### End of Repository/Build Configurations ###### ###### End of Repository/Build Configurations ######
......
...@@ -8,7 +8,11 @@ ...@@ -8,7 +8,11 @@
}, },
"AppSettings": { "AppSettings": {
"APIKey": "00000000000000000000000000000000", "APIKey": "00000000000000000000000000000000",
"WebsiteBaseUrl": "http://localhost:5195" "WebsiteBaseUrl": "https://localhost:5195",
"AuthMicroserviceBaseUrl": "https://group17-auth-microservice.wittyflower-90c81251.uksouth.azurecontainerapps.io",
"ProfileMicroserviceBaseUrl": "https://group17-profile-microservice.wittyflower-90c81251.uksouth.azurecontainerapps.io",
"TVSeriesMicroserviceBaseUrl": "https://recommendation-microservice.wittyflower-90c81251.uksouth.azurecontainerapps.io",
"ReviewsRatingsMicroserviceBaseUrl": "https://reviews-and-ratings-microservice.wittyflower-90c81251.uksouth.azurecontainerapps.io"
}, },
"AllowedHosts": "*" "AllowedHosts": "*"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment