12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- server.port=8963
- server.servlet.context-path=/
- server.tomcat.uri-encoding=UTF-8
- spring.profiles.active=dev
- spring.application.name=superdesk-app-services-export
- spring.jackson.time-zone=GMT+8
- spring.http.encoding.charset=UTF-8
- spring.http.encoding.force=true
- spring.http.encoding.enabled=true
- superdesk.cache.mode=standalone
- #superdesk.cache.groupName=
- superdesk.cache.servers=127.0.0.1:6379
- superdesk.cache.password=
- superdesk.cache.database=1
- superdesk.cache.maxPoolSize=10000
- superdesk.cache.maxPoolIdle=10
- superdesk.cache.minPoolIdle=1
- superdesk.cache.maxPoolWaitMillis=10000
- export.max-export-task-num=5
- export.export-base-path=/data/wwwroot/export
- export.template-base-path=/data/wwwroot/export/template
- auth.crypt.key=U48Y4F1AwUADW24mLVIZtih3gt9bvW0
- spring.datasource.dynamic.primary=fwzc
- spring.datasource.dynamic.strict=false
- spring.datasource.dynamic.datasource.fwzc.driver-class-name=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.fwzc.password=service_newbak2019
- spring.datasource.dynamic.datasource.fwzc.url=jdbc:mysql://112.74.48.214:53307/super_service_new_bak?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&useSSL=false
- spring.datasource.dynamic.datasource.fwzc.username=root
- spring.datasource.dynamic.datasource.lss.driver-class-name=com.mysql.cj.jdbc.Driver
- spring.datasource.dynamic.datasource.lss.password=service_newbak2019
- spring.datasource.dynamic.datasource.lss.url=jdbc:mysql://112.74.48.214:53307/flashdeliver_dev?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&useSSL=false
- spring.datasource.dynamic.datasource.lss.username=root
- #eureka
- eureka.instance.preferIpAddress=true
- eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@127.0.0.1:19991/eureka/
- #eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@eureka.superdesk.cn/eureka/
- #eureka.client.healthcheck.enabled=true
- eureka.client.registry-fetch-interval-seconds=5
- eureka.instance.lease-expiration-duration-in-seconds=30
- eureka.instance.lease-renewal-interval-in-seconds=10
- #hystrix
- hystrix.command.default.execution.timeout.enabled=true
- hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000
- #ribbon
- ribbon.eureka.enabled=true
- ribbon.ServerListRefreshInterval=2000
- ribbon.ConnectTimeout = 20000
- ribbon.ReadTimeout = 100000
- ribbon.OkToRetryOnAllOperations=false
- ribbon.MaxAutoRetriesNextServer=0
- ribbon.MaxAutoRetries = 0
|