diff --git a/OCPP.Core.Management/appsettings.json b/OCPP.Core.Management/appsettings.json index 2762d21..f883e57 100644 --- a/OCPP.Core.Management/appsettings.json +++ b/OCPP.Core.Management/appsettings.json @@ -32,7 +32,7 @@ "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",