appname = ERP_ams HTTPPort = 6701 runmode = dev Graceful = true EnableDocs = true copyrequestbody = true Sys_Name = "ERP_AMS" # Nats NatsServer_Url = "127.0.0.1:4223" NatsSubj_Prefix = "" # Mysql 线上 MysqlServer_UrlPort = "127.0.0.1:3316" MysqlServer_Database = "erp_ams" MysqlServer_Username = "erp_ams" MysqlServer_Password = "k24fRJB7pMrmeas3" MysqlServer_MaxIdleConnections = 100 MysqlServer_MaxOpenConnections = 200 # Redis Redis_address = "127.0.0.1:6378" Redis_password = "" Redis_dbNum = "1" FilterExcludeURL = FilterOnlyLoginCheckURL = LeaveApprovalNewsUrl = "/leave" MyLeaveNewsUrl = "/myLeave" OvertimeApprovalNewsUrl = "/overtime" MyOvertimeNewsUrl = "/myOvertime"