[성현모] Config 기능 추가, Socket Recv Json, string 기능 분리
This commit is contained in:
32
Projects/HubX/Config/HubX.WebApiConfig.json
Normal file
32
Projects/HubX/Config/HubX.WebApiConfig.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"Server": {
|
||||
"Address": "https://*",
|
||||
"Port": 9000,
|
||||
"IIS": false
|
||||
},
|
||||
"Socket": {
|
||||
"Address": "*",
|
||||
"Port": 9010,
|
||||
"IIS": false
|
||||
},
|
||||
"DataBase": [
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "HubX",
|
||||
"DBID": 1,
|
||||
"DBContext": "HubXContext",
|
||||
"UserID": "alis",
|
||||
"Password": "Kefico!@34"
|
||||
},
|
||||
{
|
||||
"IP": "127.0.0.1",
|
||||
"Port": 1433,
|
||||
"DBName": "HubX_DEV",
|
||||
"DBID": 2,
|
||||
"DBContext": "HubXContext",
|
||||
"UserID": "alis",
|
||||
"Password": "Kefico!@34"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user