markus / ConvertService / ServiceBase / Markus.Service.DataBase.Test / TestBasePG.cs @ d952e1d5
이력 | 보기 | 이력해설 | 다운로드 (492 Bytes)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Text; |
5 |
using System.Threading.Tasks; |
6 |
|
7 |
namespace Markus.Service.DataBase.Test |
8 |
{ |
9 |
public class TestBasePG |
10 |
{ |
11 |
public string ConnectionStr = "Host=192.168.0.37;Port=49164;Database=markus;User ID=doftech;Password=dof1073#"; |
12 |
public Markus.Service.DataBase.DBMSType dbtype = DBMSType.POSTGRESQL; |
13 |
public string ProjectNo = "000000"; |
14 |
public string docUri = "test://test"; |
15 |
|
16 |
} |
17 |
} |