You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DbType": "1",// MySql = 0, SqlServer 1,
|
|
"DbInfo": "Data Source=60.209.125.238,32009;Initial Catalog=ShippingWeb_DJZ_20230925;Persist Security Info=True;User ID=sa;Password=Djy@Sql2022.test;Connect Timeout=500;"
|
|
// "DbInfo": "Data Source=Gumang\\SQLEXPRESS;Initial Catalog=ShippingWeb_DJZ;Trusted_Connection=True"
|
|
},
|
|
"JwtSettings": {
|
|
"Issuer": "vol.core.owner",
|
|
"Audience": "vol.core",
|
|
"User": "C5ABA9E202D94C43A3CA66002BF77FAF",
|
|
"SecretKey": "sdfsdfsrty45634kkhllghtdgdfss345t678fs"
|
|
},
|
|
"Cors": {
|
|
"PolicyName": "WMSCore.API",
|
|
"Url": "http://localhost:8000,http://localhost:8001,http://0.0.0.0:9995,http://localhost:9995,http://60.209.125.238:9995,http://localhost:3000,https://localhost:3100,http://localhost:8080,http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084"
|
|
},
|
|
"Interface": {
|
|
// "Url": "http://60.209.125.238:9991/api/OP_YARD_CTNMNG/PublicFunc",
|
|
// "PrintUrl": "http://60.209.125.238:9991/api/SYS_PRINTINFO/CommonPrint"
|
|
"Url": "http://djzsc.jntlj.com:8001/server-api/api/OP_YARD_CTNMNG/PublicFunc",
|
|
// "PrintUrl": "http://djzsc.jntlj.com:8001/server-api/api/SYS_PRINTINFO/CommonPrint"
|
|
"PublicUrl": "http://localhost:9991/server/api/OP_YARD_CTNMNG/PublicFunc",
|
|
"PrintUrl": "http://localhost:9991/server/api/SYS_PRINTINFO/DJZPrint",
|
|
"FileUrl": "http://localhost:9991/"
|
|
// "Url": "http://localhost:9991/api/OP_YARD_CTNMNG/PublicFunc"
|
|
},
|
|
"SwaggerDoc": {
|
|
"ContactName": "Wms API.Core",
|
|
"ContactEmail": "Wms API.Core@xxx.com",
|
|
"ContactUrl": "https://www.xxx.com",
|
|
"Version": "1.0",
|
|
"Title": "Wms API",
|
|
"Description": "Wms Web API"
|
|
}
|
|
}
|