[성현모] UniqueKeyApi REST 완료
This commit is contained in:
30
Projects/Config/WebApi.Project.UniqueKeyApi.Config.json
Normal file
30
Projects/Config/WebApi.Project.UniqueKeyApi.Config.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"Server": {
|
||||
"Address": "https://*",
|
||||
"Port": 9000,
|
||||
"IIS": false
|
||||
},
|
||||
"Socket": {
|
||||
"Address": "*",
|
||||
"Port": 9010,
|
||||
"IIS": false
|
||||
},
|
||||
"DataBase": [
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "UniqueKeyDB",
|
||||
"DBID": 1,
|
||||
"UserID": "SystemX",
|
||||
"Password": "X"
|
||||
},
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "UniqueKeyDB_DEV",
|
||||
"DBID": 2,
|
||||
"UserID": "SystemX",
|
||||
"Password": "X"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user