wcs_server_kate_suzhou/WcsMain/appsettings.json

24 lines
698 B
JSON
Raw Normal View History

2024-05-14 16:30:56 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Settings": {
2024-08-13 16:35:22 +08:00
"DBMysql": "server=10.90.36.71;port=3306;user=developer;password=developer;database=wcs_kate_suzhou;",
2024-10-22 10:23:00 +08:00
"DBMysqlLocal": "server=192.168.3.254;port=3306;user=developer;password=developer;database=wcs_demo;",
2024-08-13 16:35:22 +08:00
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": {
2024-10-22 10:23:00 +08:00
"ApiOnly": true,
"Language": "zh-CN"
2024-05-14 16:30:56 +08:00
},
2024-08-01 16:20:04 +08:00
"UseUrls": [ "http://*:18990" ]
2024-08-13 16:35:22 +08:00
2024-05-14 16:30:56 +08:00
}
}