분리후 첫 Crawling 성공 모델
This commit is contained in:
8
OpcPksPlatform/OpcPks.Core/Data/DbConfig.cs
Normal file
8
OpcPksPlatform/OpcPks.Core/Data/DbConfig.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OpcPks.Core.Data
|
||||
{
|
||||
public static class DbConfig
|
||||
{
|
||||
// PostgreSQL 접속 정보로 수정하세요.
|
||||
public static string ConnectionString = "Host=localhost;Username=pacer;Password=pacer;Database=opcdb";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user