appname = ERP_user HTTPPort = 6700 runmode = dev Graceful = true EnableDocs = true copyrequestbody = true NatsServer_Url = "127.0.0.1:4223" NatsSubj_Prefix = "Test_" # Mysql 线上 MysqlServer_UrlPort = "127.0.0.1:3316" MysqlServer_Database = "erp_user_test" MysqlServer_Username = "erp_user_test" MysqlServer_Password = "C8iaSLwhRpCermaR" MysqlServer_MaxIdleConnections = 100 MysqlServer_MaxOpenConnections = 200 # Redis Redis_address = "127.0.0.1:6378" Redis_password = "" Redis_dbNum = "2" # 静态资源 Qiniu_AccessKey = "-8ezB_d-8-eUFTMvhOGbGzgeQRPeKQnaQ3DBcUxo" Qiniu_SecretKey = "KFhkYxTAJ2ZPN3ZS3euTsfWk8-C92rKgkhAMkDRN" Qiniu_BUCKET = "baozhida-erp" Qiniu_Url = "https://erposs.baozhida.cn/" FilterExcludeURL = /Login_verification FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Post,/Menu/User_List,/User/List,/User/Get,/UpFileToken,/Dept/List,/Post/List,/News/List,/News/See #Sys = ERP_ACCOUNT|账号管理,ERP_AMS|考勤管理,ERP_SALARY|薪资管理,ERP_STORAGE|仓库管理,ERP_PROJECT|项目管理 Sys = ERP_ACCOUNT|账号管理,ERP_AMS|考勤管理,ERP_SALARY|薪资管理,ERP_STORAGE|仓库管理 # Sys = ERP_ACCOUNT|账号管理,ERP_STORAGE|仓库管理