update
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 2,
|
"schemaVersion": 2,
|
||||||
"dockerfilePath": "./src/Dockerfile"
|
"dockerfilePath": "./src/Dockerfile-managing-api-dev"
|
||||||
}
|
}
|
||||||
@@ -42,5 +42,5 @@ FROM base AS final
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
#COPY Managing.Api/managing_cert.pfx .
|
#COPY Managing.Api/managing_cert.pfx .
|
||||||
COPY /src/Managing.Api/appsettings.Lowpro.json .
|
COPY /src/Managing.Api/appsettings.dev.json .
|
||||||
ENTRYPOINT ["dotnet", "Managing.Api.dll"]
|
ENTRYPOINT ["dotnet", "Managing.Api.dll"]
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ElasticConfiguration": {
|
"ElasticConfiguration": {
|
||||||
"Uri": "http://elasticsearch:9200"
|
"Uri": "https://elastic-search.apps.managing.live"
|
||||||
},
|
},
|
||||||
"Discord": {
|
"Discord": {
|
||||||
"ApplicationId": "1134966063075971144",
|
"ApplicationId": "1134966063075971144",
|
||||||
Reference in New Issue
Block a user