1234567891011121314151617181920212223242526272829 |
- appname = ERP_user
- HTTPPort = 8200
- runmode = dev
- Graceful = true
- EnableDocs = true
- copyrequestbody = true
- # Nats
- NatsServer_Url = "127.0.0.1:4222"
- # Mysql
- MysqlServer_UrlPort = "47.111.15.17:3306"
- MysqlServer_Database = "erp_user"
- MysqlServer_Username = "erp_user"
- MysqlServer_Password = "DxwTJra8k5rrMdRG"
- MysqlServer_MaxIdleConnections = 100
- MysqlServer_MaxOpenConnections = 200
- # Redis
- Redis_address = "47.111.15.17:6379"
- Redis_password = ""
- Redis_dbNum = "1"
- FilterExcludeURL = /Login_verification
- FilterOnlyLoginCheckURL = /Menu/List,/User/Info,/User/Post,/Menu/User_List
|