30 lines
494 B
JSON
30 lines
494 B
JSON
{
|
|
"Server": {
|
|
"Address": "https://*",
|
|
"Port": 9000,
|
|
"IIS": false
|
|
},
|
|
"Socket": {
|
|
"Address": "*",
|
|
"Port": 9010,
|
|
"IIS": false
|
|
},
|
|
"DataBase": [
|
|
{
|
|
"IP": "127.0.0.1",
|
|
"Port": 1433,
|
|
"DBName": "CPMeta",
|
|
"DBID": 1,
|
|
"UserID": "Alis",
|
|
"Password": "Kefico!@34"
|
|
},
|
|
{
|
|
"IP": "127.0.0.1",
|
|
"Port": 1433,
|
|
"DBName": "CPMeta_DEV",
|
|
"DBID": 2,
|
|
"UserID": "Alis",
|
|
"Password": "Kefico!@34"
|
|
}
|
|
]
|
|
} |