You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.2 KiB
Properties
29 lines
1.2 KiB
Properties
# 本地环境
|
|
server.port=9994
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.jdbc-url=jdbc:mysql://127.0.0.1:3306/udidl?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
|
|
spring.datasource.username=root
|
|
#spring.datasource.password=mysql@2020
|
|
spring.datasource.password=123456
|
|
server.servlet.context-path=
|
|
logging.level.com.glxp.udidl.admin.dao=debug
|
|
# 跨域设置
|
|
cors.allowed-origins=*
|
|
cors.allowed-headers=Content-Type,ADMIN_ID,ADMIN_TOKEN
|
|
cors.allowed-methods=GET,POST,OPTIONS
|
|
#mips服务地址
|
|
UDIC_MIPSDOWNLOAD_URL = http://127.0.0.1:8080/UDIC_MIPSDL_Server
|
|
#UDIC_MIPSDOWNLOAD_URL=http://127.0.0.1:9997
|
|
config.downloadPath=E:/temp
|
|
config.openAuth=false
|
|
spring.servlet.multipart.max-file-size=100MB
|
|
spring.servlet.multipart.max-request-size=1000MB
|
|
# 阳光采购平台
|
|
udplat.host=http://pre-mcs.udplat.org/mcs-api
|
|
#udplat.appId=10000090
|
|
#udplat.secretKey=QchvZnPYK1jyOYV
|
|
#udplat.userName=\u8bcf\u5b89\u53bf\u533b\u9662
|
|
|
|
udplat.appId=20004072
|
|
udplat.secretKey=hoGxLSEsSyysnS9
|
|
udplat.userName=\u798F\u5EFA\u7247\u4ED4\u7640\u8BCA\u65AD\u6280\u672F\u6709\u9650\u516C\u53F8 |