8 lines
242 B
C#
8 lines
242 B
C#
namespace OpcPks.Core.Data
|
|
{
|
|
public static class DbConfig
|
|
{
|
|
// PostgreSQL 접속 정보로 수정하세요.
|
|
public static string ConnectionString = "Host=localhost;Username=pacer;Password=pacer;Database=opcdb";
|
|
}
|
|
} |