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