1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- server.port=8080
- #spring.resources.static-locations=classpath:/static/,file:/Users/luoshi/Downloads/
- #com.qmth.api.uri-prefix=/aaa
- com.qmth.api.global-auth=false
- com.qmth.api.http-trace=true
- #com.qmth.api.global-strict=false
- #com.qmth.api.global-rate-limit=1/5s
- #com.qmth.auth.time-max-delay=60s
- #com.qmth.auth.time-max-ahead=10s
- #com.qmth.logging.pattern=
- #com.qmth.logging.root-level=info
- #com.qmth.logging.file-path=/Users/luoshi/Downloads/demo.log
- com.qmth.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8
- com.qmth.datasource.username=root
- #com.qmth.datasource.password=root
- com.qmth.datasource.password=ENC(c8fae3257c749aeb2e90406ad8d938a0)
- #com.qmth.mybatis.log-level=debug
- com.qmth.mybatis.profiler.enable=true
- #com.qmth.mybatis.profiler.threshold=100ms
- com.qmth.cache.allow-null-value=false
- com.qmth.cache.expire-after-write=30m
- com.qmth.redis.host=127.0.0.1
- ##com.qmth.fss.public.config=/Users/luoshi/test
- ##com.qmth.fss.public.server=/api/file
- ##com.qmth.fss.private.config=/Users/luoshi/test
- ##com.qmth.fss.private.server=/fss
- ##com.qmth.fss.config=/Users/luoshi/test
- ##com.qmth.fss.server=/fss
- ##solar online
- #com.qmth.solar.server=http://localhost:8090
- #com.qmth.solar.app-code=ops
- com.qmth.solar.accessKey=58ef80b17e634be5a4da615eddf00287
- com.qmth.solar.accessSecret=nujVkeIsWKIfRTvL3g4JzomKZ7qbhH1k
- ##solar offline
- #com.qmth.solar.license=/Users/luoshi/Downloads/solar/test.lic
- ##sms
- #com.qmth.sms.server=http://localhost:8090
- #com.qmth.lock.log-level=debug
- ##ai
- com.qmth.llm.server=http://localhost:8090
- com.qmth.ocr.server=http://localhost:8090
|