This commit is contained in:
@@ -8,5 +8,5 @@ RUN dotnet publish OCPP.Core.Management/OCPP.Core.Management.csproj -o /publish
|
|||||||
FROM registry.71dev.com/dotnetaspnet:8.0
|
FROM registry.71dev.com/dotnetaspnet:8.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build-env /publish .
|
COPY --from=build-env /publish .
|
||||||
ENV ASPNETCORE_URLS http://*:8082
|
ENV ASPNETCORE_URLS http://*:8080
|
||||||
ENTRYPOINT ["dotnet", "OCPP.Core.Management.dll"]
|
ENTRYPOINT ["dotnet", "OCPP.Core.Management.dll"]
|
||||||
@@ -1,2 +1,4 @@
|
|||||||
warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-01T18:31:32.2089150+07:00
|
warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-01T18:31:32.2089150+07:00
|
||||||
Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
|
Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
|
||||||
|
warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-02T00:27:32.0567750+07:00
|
||||||
|
Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://localhost:8082"
|
"Url": "http://localhost:8080"
|
||||||
},
|
},
|
||||||
"HttpsInlineCertFile": {
|
"HttpsInlineCertFile": {
|
||||||
"Url": "https://localhost:8092",
|
"Url": "https://localhost:8092",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -31,10 +31,12 @@
|
|||||||
|
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
//"SQLite": "Filename=.\\..\\SQLite\\OCPP.Core.sqlite;"
|
//"SQLite": "Filename=.\\..\\SQLite\\OCPP.Core.sqlite;"
|
||||||
"SqlServer": "Server=.;Database=OCPP.Core;Trusted_Connection=True;Encrypt=false;TrustServerCertificate=false"
|
//"SqlServer": "Server=.;Database=OCPP.Core;Trusted_Connection=True;Encrypt=false;TrustServerCertificate=false",
|
||||||
|
"SqlServer": "Data Source=202.129.205.201,31455;Initial Catalog=OCPP.Core;User ID=dev;Password=password@1;TrustServerCertificate=true;"
|
||||||
},
|
},
|
||||||
|
|
||||||
"ServerApiUrl": "http://localhost:8081/API",
|
//"ServerApiUrl": "http://localhost:8081/API",
|
||||||
|
"ServerApiUrl": "http://server-ocpp-service.ocpp/API",
|
||||||
"ApiKey": "36029A5F-B736-4DA9-AE46-D66847C9062C",
|
"ApiKey": "36029A5F-B736-4DA9-AE46-D66847C9062C",
|
||||||
|
|
||||||
"Users": [
|
"Users": [
|
||||||
|
|||||||
Binary file not shown.
@@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+fc38961b62d48b98657acc81848beb625ce56692")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+6206dbce7a103541974902bccd208fafb3a0c99d")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ec8730582114481ba95afca3f7c6d409282650a7d1eb4ed7cf74d0cf01c5f0b7
|
b94d85bb8ba51b4c3e1e4e558957a11f134b662d7c9c2b42a3e295fd0e5c24d6
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
||||||
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
|
[assembly: System.Reflection.AssemblyCopyrightAttribute(" ")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+fc38961b62d48b98657acc81848beb625ce56692")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+6206dbce7a103541974902bccd208fafb3a0c99d")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -657,3 +657,15 @@ trce: OCPPMiddleware[0] @ 2024-06-01T18:26:40.9769120+07:00
|
|||||||
OCPPMiddleware => Websocket request: Path='/favicon.ico'
|
OCPPMiddleware => Websocket request: Path='/favicon.ico'
|
||||||
warn: OCPPMiddleware[0] @ 2024-06-01T18:26:40.9770220+07:00
|
warn: OCPPMiddleware[0] @ 2024-06-01T18:26:40.9770220+07:00
|
||||||
OCPPMiddleware => Bad path request
|
OCPPMiddleware => Bad path request
|
||||||
|
trce: OCPP.Core.Server.Startup[0] @ 2024-06-02T00:27:39.9933040+07:00
|
||||||
|
Startup => Configure(...)
|
||||||
|
warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-02T00:27:40.7525190+07:00
|
||||||
|
Overriding address(es) 'http://localhost:8081'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
|
||||||
|
trce: OCPPMiddleware[0] @ 2024-06-02T00:27:49.7709810+07:00
|
||||||
|
OCPPMiddleware => Websocket request: Path='/'
|
||||||
|
trce: OCPPMiddleware[0] @ 2024-06-02T00:27:49.7711660+07:00
|
||||||
|
OCPPMiddleware => Index status page
|
||||||
|
trce: OCPPMiddleware[0] @ 2024-06-02T00:27:49.7969730+07:00
|
||||||
|
OCPPMiddleware => Websocket request: Path='/favicon.ico'
|
||||||
|
warn: OCPPMiddleware[0] @ 2024-06-02T00:27:49.7970820+07:00
|
||||||
|
OCPPMiddleware => Bad path request
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -50,7 +50,7 @@
|
|||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"Http": {
|
"Http": {
|
||||||
"Url": "http://localhost:8081"
|
"Url": "http://localhost:8080"
|
||||||
},
|
},
|
||||||
"HttpsInlineCertFile": {
|
"HttpsInlineCertFile": {
|
||||||
"Url": "https://localhost:8091",
|
"Url": "https://localhost:8091",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+fc38961b62d48b98657acc81848beb625ce56692")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+6206dbce7a103541974902bccd208fafb3a0c99d")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Server")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Server")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4ce0e2e256c4fcaef8eb526dcd1c5005fd8fb69a0496fd2b83ed7a2d691299cc
|
8e94af7d52e7e5a123d157211bfb4bce410d8e501726c5ac34b9d78e30da777d
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user