appsettings.json 801 Bytes
{
    "Logging": {
        "LogLevel": {
            "Default": "Warning"
        }
    },
    "AllowedHosts": "*",
    "ConnectionStrings": {
        "BaseDBContext": "Data Source=.;Initial Catalog=NouYaWms;User=sa;Password=+JvlGMjoyMblwptodADXnA==;Persist Security Info=True" //58.240.189.131
    },
    "AppSetting": {
        "NetPushServer": "192.168.1.4",
        "NetPushPort": 8810
    },
    "ICSSetting": {
        "Server": "http://localhost:23512/api/",
        "LoginUrl": "Login/Login",
        "Uid": "System",
        "Pwd": "123456"
    },
    "WCSSetting": {
        "Server": "http://localhost:23512/api/", //10.16.30.211:8809
        "LoginUrl": "Login/Login",
        "Uid": "System",
        "Pwd": "123456"
    },
    "NouYaWebService": {
        "Url": "D:\\oaget.xml"
    }
}