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
- RunMode = release
- HttpPort = 8082
- ReadTimeout = 60
- WriteTimeout = 60
- NoAuth = 1
- Https = 0
- HttpsPort = 443
- CrtPath = conf/ssl.crt
- KeyPath = conf/ssl.key
- MailStart = 0
- CronFormula = 0 10 * * *
- WXworkStart = 0
- WXworkAgentid = 1000022
- WXworkSecret = RV9z-XTVrVj-BsSQ_6F6nhsX3YpeBE0oH2vzZZPG2qg
- WXworkCorpid = wx93ee6ef7d7810920
- DingTalkAgentid = 2067173604
- DingTalkAppKey = dingg52edjccnvxgfuns
- DingTalkAppSecret = M-VfdMdTo0XNcUb8PwGE89xHtlmLwZqWddvZOw6HnRzx97yFhio6rMh6yMjRYL2K
- ServerName = eq
- DisplayName = eq
- Description = eq
- EasName = 田欣宇
- EasPassword = xdmy@1234
- EasUrl = http://60.174.151.11:6888
- [database]
- DsnDsn = root:kepaiteng!QAZ@tcp(222.73.129.15:31306)/eq230508?charset=utf8&parseTime=True&loc=Local
- Type = mysql
- User = root
- Password = kepaiteng!QAZ
- Host = 222.73.129.15:31306
- Name = eq230508
- TablePrefix =
- ShowXormlog = true
- ShowGetSqllog = true
- CacheApiSql = true
- [comm]
- PortName =
- BaudRate = 9600
- DataBits = 8
- StopBits = 1
- ParityMode = 0
- 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"
- IsDaaS = 0
|