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

This commit is contained in:
nutchayut
2024-06-03 23:02:07 +07:00
parent 601277d215
commit 09e1766bd4
7 changed files with 8 additions and 7 deletions

View File

@@ -33,7 +33,8 @@
"SqlServer": "Data Source=202.129.205.201,31455;Initial Catalog=OCPP.Core;User ID=sa;Password=sql-pass;TrustServerCertificate=true;"
},
"MessageDumpDir": "c:\\temp\\OCPP",
//"MessageDumpDir": "c:\\temp\\OCPP",
"MessageDumpDir": "/app/wwwroot/OCPP",
"DbMessageLog": 2, // 0=None, 1=Info, 2=Verbose (all)
"ShowIndexInfo": true, // show status info in root web
"MaxMessageSize": 1048576, // max. allowed message size in bytes

View File

@@ -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+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+601277d2153d223843903ea9507e84507f2bef5f")]
[assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")]
[assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")]

View File

@@ -1 +1 @@
629a160afb6c3e74a1ab77aac4f6fb2fb3f6ad43181998c63e59af3cbf96a872
3095c2ba5242710e58c93d1903d6d15bc8d072da1a08eb7da7d0d502529a9377