Skip to content

Commit 760bf32

Browse files
authored
fix fast api url (#366)
1 parent 058a8a3 commit 760bf32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PrismaDotnetApi/PrismaApi.Api/appsettings.Local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"SubscriptionId": "aeeafb13-fc22-4e29-8e42-47fb9f966e01"
2020
},
2121
"FastApiService": {
22-
"BaseUrl": "http://fastapi:8000",
22+
"BaseUrl": "http://localhost:8000",
2323
"Scope": "api://4251833c-b9c3-4013-afda-cbfd2cc50f3f/.default"
2424
},
2525
"GraphApi": {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- fastapi
2121
environment:
2222
ASPNETCORE_ENVIRONMENT: Local
23-
FASTAPI_BASE_URL: http://fastapi:8000
23+
FASTAPI_BASE_URL: http://localhost:8000
2424
ConnectionStrings__SqliteConnection: "Data Source=/data/Prisma.db"
2525
AzureAd__ClientSecret: "${AZURE_AD_CLIENT_SECRET}"
2626
volumes:

0 commit comments

Comments
 (0)