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

This commit is contained in:
nutchayut
2024-06-02 00:44:54 +07:00
parent 460cf619bb
commit c36d7e431e
14 changed files with 192 additions and 7 deletions

View File

@@ -32,11 +32,11 @@
"ConnectionStrings": {
//"SQLite": "Filename=.\\..\\SQLite\\OCPP.Core.sqlite;"
//"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;"
"SqlServer": "Data Source=202.129.205.201,31455;Initial Catalog=OCPP.Core;User ID=sa;Password=sql-pass;TrustServerCertificate=true;"
},
//"ServerApiUrl": "http://localhost:8081/API",
"ServerApiUrl": "http://server-ocpp-service.ocpp/API",
"ServerApiUrl": "https://ocpp-server.71dev.com/API",
"ApiKey": "36029A5F-B736-4DA9-AE46-D66847C9062C",
"Users": [
@@ -55,7 +55,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:8082"
"Url": "http://0.0.0.0:8080"
},
"HttpsInlineCertFile": {
"Url": "https://localhost:8092",