wcs_server_kate_suzhou/WcsMain/appsettings.json

24 lines
713 B
JSON
Raw Normal View History

2024-05-14 16:30:56 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
"DBMysql": "server=192.168.103.200;port=3306;user=developer;password=developer;database=wcs_main;",
"DBMysqlLocal": "server=192.168.234.134;port=3306;user=developer;password=developer;database=wcs_kate_suzhou;",
2024-05-14 16:30:56 +08:00
"DBMssql": "Data Source=192.168.142.131;Initial Catalog=wcs;User Id=sa;Password=Sa123;",
"DBMssqlLocal": "Data Source=192.168.142.131;Initial Catalog=wcs_stacker;User Id=sa;Password=Sa123;",
"ApplicationConfig": {
"ApiOnly": false,
"Language": "zh-CN"
2024-05-14 16:30:56 +08:00
},
2024-08-01 16:20:04 +08:00
"UseUrls": [ "http://*:18990" ]
2024-05-14 16:30:56 +08:00
}
}