mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 02:32:57 +08:00
124 lines
3.0 KiB
YAML
124 lines
3.0 KiB
YAML
boe:
|
|
domain: http://192.168.0.253
|
|
domain-name: https://u-pre.boe.com
|
|
pcPageUrl: ${boe.domain-name}/pc/course/studyindex?id=
|
|
h5PageUrl: ${boe.domain-name}/mobile/pages/study/courseStudy?id=
|
|
pcLoginUrl: ${boe.domain-name}/web/
|
|
h5LoginUrl: ${boe.domain-name}/m/loginuser
|
|
spring:
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 1000MB
|
|
max-request-size: 1000MB
|
|
web:
|
|
resources:
|
|
static-locations: file:E:/Projects/BOE/java/static
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 192.168.0.253:8848
|
|
config:
|
|
server-addr: 192.168.0.253:8848
|
|
redis:
|
|
database: 1
|
|
host: 192.168.0.253
|
|
password: boe@123
|
|
port: 6379
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: none
|
|
datasource:
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
url: jdbc:mysql://192.168.0.253:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
|
username: root
|
|
password: boe#1234A
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
hikari:
|
|
auto-commit: true
|
|
minimum-idle: 5
|
|
idle-timeout: 60000
|
|
connection-timeout: 30000
|
|
max-lifetime: 1800000
|
|
maximum-pool-size: 20
|
|
logging:
|
|
level:
|
|
org:
|
|
hibernate:
|
|
SQL: ERROR
|
|
config: classpath:log/logback-@profileActive@.xml
|
|
xboe:
|
|
api:
|
|
cross_filter: true
|
|
upload:
|
|
file:
|
|
temp_path: /tmp
|
|
save_path: /home/www/elearning/upload
|
|
http_path: http://192.168.0.253/upload
|
|
externalinterface:
|
|
url:
|
|
system: http://127.0.0.1:9091
|
|
old:
|
|
base:
|
|
url: http://192.168.0.253
|
|
stat:
|
|
base:
|
|
url: http://127.0.0.1:9080
|
|
server:
|
|
userbasic:
|
|
url: http://192.168.0.253/userbasic
|
|
elasticsearch:
|
|
server:
|
|
ip: 192.168.0.253
|
|
port: 9200
|
|
user:
|
|
password:
|
|
email:
|
|
url: http://192.168.0.253/api/b1/email/send
|
|
from: boeu_learning@boe.com.cn
|
|
user:
|
|
security:
|
|
jasypt:
|
|
encryptor:
|
|
algorithm: PBEWithMD5AndDES
|
|
iv-generator-classname: org.jasypt.iv.NoIvGenerator
|
|
image:
|
|
course:
|
|
default: http://192.168.0.253/pc/images/bgimg/course.png
|
|
case:
|
|
ai:
|
|
base-url: http://10.10.181.114:30003
|
|
app-key: 6e9be45319184ac793aa127c362b0f0b
|
|
secret-key: db4d24279e3d6dbf1524af42cd0bedd2
|
|
ai-api-code: 30800
|
|
case-knowledge-id: de2e006e-82fb-4ace-8813-f25c316be4ff
|
|
file-upload-callback-url: http://192.168.0.253:9090/xboe/m/boe/caseDocumentLog/uploadCallback
|
|
alert-email-recipients:
|
|
- liu.zixi@ebiz-digits.com
|
|
xxl:
|
|
job:
|
|
accessToken: 65ddc683-22f5-83b4-de3a-3c97a0a29af0
|
|
admin:
|
|
addresses: http://192.168.0.253/jobAdmin
|
|
executor:
|
|
appname: java-servers-job-api
|
|
port: 9995
|
|
address:
|
|
ip:
|
|
logpath: /var/log/xxl-job/dw/
|
|
logretentiondays: 30
|
|
aop-log-record:
|
|
#是否开启日志记录
|
|
enabled: true
|
|
#不进行拦截的包或者类
|
|
excludeClassNames:
|
|
activemq:
|
|
broker-url: tcp://192.168.0.253:61616
|
|
user: admin
|
|
password: admin
|
|
elasticsearch:
|
|
host: 192.168.0.253
|
|
port: 9200
|
|
|
|
mysql:
|
|
schema:
|
|
user-center-schema: userbasic |