Browse Source

添加portal的配置

pull/318/head
zhangxin 3 years ago
parent
commit
aeae4e5a04
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      conf/app.go

+ 5
- 0
conf/app.go View File

@ -12,6 +12,11 @@ var ExampleFile = "http://localhost:8093/public/uploadxlsx/example.xlsx"
var Baseurl = "http://localhost:8093"
//var ExampleFile = "http://localhost:8097/public/uploadxlsx/example.xlsx"
//
//var Baseurl = "http://localhost:8097"
type AppConf struct {
DisablePathCorrection bool
EnablePathEscape bool


Loading…
Cancel
Save