base account change

master
syneffort 3 years ago
parent 31517dc56c
commit 974afbbd9e
  1. 2
      TinyPOS/TinyPosDBGen/Program.cs

@ -16,7 +16,7 @@ namespace TinyPosDBGen
{
string source = "localhost";
string catalog = "TestDB";
string userId = "sa";
string userId = "app_client";
string userPassword = "";
Console.WriteLine("데이터베이스를 초기화합니다.");

Loading…
Cancel
Save