b
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nutchayut
2024-06-02 00:37:47 +07:00
parent 3e6dc3eefc
commit 657570d7c2
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:8082"
"Url": "http://0.0.0.0:8080"
},
"HttpsInlineCertFile": {
"Url": "https://localhost:8092",

View File

@@ -23,5 +23,5 @@ WORKDIR /app
COPY --from=build-env /publish .
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get install -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libgssapi-krb5-2
ENV ASPNETCORE_URLS http://*:8081
ENV ASPNETCORE_URLS http://*:8080
ENTRYPOINT ["dotnet", "OCPP.Core.Server.dll"]

View File

@@ -50,7 +50,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:8081"
"Url": "http://0.0.0.0:8080"
},
"HttpsInlineCertFile": {
"Url": "https://localhost:8091",