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
|
||||
WORKDIR /app
|
||||
COPY --from=build-env /publish .
|
||||
ENV ASPNETCORE_URLS http://*:8082
|
||||
ENV ASPNETCORE_URLS http://*:8080
|
||||
ENTRYPOINT ["dotnet", "OCPP.Core.Management.dll"]
|
||||
@@ -1,2 +1,4 @@
|
||||
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.
|
||||
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": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:8082"
|
||||
"Url": "http://localhost:8080"
|
||||
},
|
||||
"HttpsInlineCertFile": {
|
||||
"Url": "https://localhost:8092",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -31,10 +31,12 @@
|
||||
|
||||
"ConnectionStrings": {
|
||||
//"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",
|
||||
|
||||
"Users": [
|
||||
|
||||
Binary file not shown.
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[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.AssemblyTitleAttribute("OCPP.Core.Management")]
|
||||
[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.AssemblyCopyrightAttribute(" ")]
|
||||
[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.AssemblyTitleAttribute("OCPP.Core.Management")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user