123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- [app]
- PageSize = 10
- JwtSecret = 111111
- FileSavePath=uploads/files/
- FileMaxSize = 104857600
- FileAllowType = .jpg, .jpeg, .png, .ico, .svg, .bmp, .gif, .doc, .docx, .ppt, .pptx, .xls, .xlsx, .pdf, .mp3, .txt
- ImageSavePath=uploads/image/
- ExportSavePath=uploads/exportfiles/
- ImageMaxSize = 10
- ThumbnailSavePath=uploads/thumbnail/
- ThumbnailMaxWidth=800
- ThumbnailMaxHeight=800
- LogSavePath = logs/
- LogSaveName = log
- LogFileExt = log
- TimeFormat = 20060102-150405
- [server]
- Env = local
- #debug or release
- #RunMode = debug
- RunMode = release
- HttpPort = 8082
- ReadTimeout = 60
- WriteTimeout = 60
- NoAuth = 1
- #Mdns_servicename = kptadmin
- #Mdns_serviceport = 53552
- # 0 http 1 https 2 http & https 不填 http
- Https = 0
- HttpsPort = 443
- CrtPath = conf/ssl.crt
- KeyPath = conf/ssl.key
- MailStart = 0
- CronFormula = 0 10 * * *
- WXworkStart = 0
- WXworkAgentid = 1000022
- #WXworkAgentid = 1000005 #测试线
- WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg # 正式环境
- #WXworkSecret = o0IOfLkXidUjc5X2aHgByNemFaG69gQz-FgHaBxztXE #测试线
- #WXworkCorpid = wx93ee6ef7d7810920 #正式线
- #WXworkCorpid = ww70edaf8db8d78cfc #测试线
- #WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg
- WXworkCorpid = wx93ee6ef7d7810920
- #DingTalkToken = htdt1HPlOfaoKmd4BGxn5gpcphYAFymxU5FnXf4VmbVVasAAU49DClivfRa
- #DingTalkEncodingAESKey = oxutjIUkWb6HvupqTcyspktMbYDWQKAoKKeQ8raEukt
- DingTalkAgentid = 2067173604
- DingTalkAppKey = dingg52edjccnvxgfuns
- DingTalkAppSecret = M-VfdMdTo0XNcUb8PwGE89xHtlmLwZqWddvZOw6HnRzx97yFhio6rMh6yMjRYL2K
- #DingTalkAgentid = 2067173604
- #DingTalkAppKey = dingg52edjccnvxgfuns
- #DingTalkAppSecret = M-VfdMdTo0XNcUb8PwGE89xHtlmLwZqWddvZOw6HnRzx97yFhio6rMh6yMjRYL2K
- # 服务
- ServerName = eq
- DisplayName = eq
- Description = eq
- # eas 信息
- EasName = 田欣宇
- #EasPassword = xdmy@1234
- EasPassword = xdmy@1234
- EasUrl = http://60.174.151.11:6888
- #EasUrl = 192.168.61.26
- [database]
- ; ####DsnDsn = eq:Xdmy@1234@tcp(192.168.61.42:3306)/eq?charset=utf8&parseTime=True&loc=Local
- DsnDsn = root:kepaiteng!QAZ@tcp(210.16.187.191:3306)/eq?charset=utf8&parseTime=True&loc=Local
- ; ####DsnDsn = eq:Xdmy@1234@tcp(192.168.63.42:3306)/eq?charset=utf8&parseTime=True&loc=Local
- ; ####DsnDsn = root:root@tcp(127.0.0.1:3309)/test?charset=utf8&parseTime=True&loc=Local
- ; ####DsnDsn = root:root@tcp(192.168.1.93:3326)/eqdev?charset=utf8&parseTime=True&loc=Local
- Type = mysql
- #####本地
- User = root
- Password = kepaiteng!QAZ
- Host = 210.16.187.191:3306
- Name = eq
- #####线上
- #User = eq
- #Password = Xdmy@1234
- #Host = 192.168.61.42:3306
- #Name = eq
- TablePrefix =
- #####现代牧业测试线
- #User = eq
- #Password = Xdmy@1234
- #Host = 192.168.63.42:3306
- #Name = eq
- #User = root
- #Password = root
- #Host = 192.168.1.93:3326
- #Name = eqdev
- ShowXormlog = true
- ShowGetSqllog = true
- CacheApiSql = true
- [comm]
- PortName =
- BaudRate = 9600
- DataBits = 8
- StopBits = 1
- ParityMode = 0 #PARITY_NONE 0 PARITY_ODD 1 PARITY_EVEN 2
- InterCharacterTimeout = 100
- MinimumReadSize = 0
- [sqlserver]
- Host = 124.223.159.131
- User = lims
- Password = lims@1234
- Name = lims
- [idaas]
- AppId = "20231130092950726-0302-70452E3D6"
- ClientId = "fTBm64I4k3kqHYtoFTUpvirCDxxCfx7I"
- ClientSecret = "t4Kn8LIUiYZnk92kvZLnCUzY5ruvG3PeaQBMJURGLIQQ5ie7bO1nxernJrDacmpf"
- Url = "https://id.xiandaimuye.com"
- ##单点登录 1 正常登录 0
- IsDaaS = 0
|