You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
#项目配置
|
|
project:
|
|
web_url: 'http://192.168.0.9:6031'
|
|
host_url: 'http://192.168.0.9:7400'
|
|
pc-web-local: 'D:\Software\Nginx1.8\html\jslcrm3\'
|
|
task: true
|
|
dev: true
|
|
seeyon:
|
|
enable: true
|
|
url: 'http://192.168.0.9:7444'
|
|
#请求致远OA的拓展服务(用于修改密码)
|
|
extApi: 'http://192.168.10.244:9003/'
|
|
|
|
upload:
|
|
#上传映射地址
|
|
proxy-url: https://qsjslservice.oss-cn-guangzhou.aliyuncs.com/jsl/
|
|
#物理存储地址
|
|
logical-path: D:\\WebMapPath\\
|
|
#腾讯云配置
|
|
tencent:
|
|
sms:
|
|
secret-id: AKIDR3A5mVkSaXFUT3TABanPxc2MtkMu45wb
|
|
secret-key: iLkjeKzHwegQ4eE55xX9byXmBLxgwypV
|
|
sdkAppId: 1400174031
|
|
signName: 柒胜软件
|
|
templateId: 689207
|
|
aliyun:
|
|
oss:
|
|
bucket: qsjslservice
|
|
accessKeyId: LTAI5tHvNJT7M9YZJ9BSmURK
|
|
accessKeySecret: OzH0ea3w8fgjrll9P0XTQlqmEg3Cky
|
|
endpoint: oss-cn-guangzhou.aliyuncs.com
|
|
prefix: jsl
|
|
#服务配置
|
|
server:
|
|
port: 7400
|
|
servlet:
|
|
context-path: /
|
|
#SpringBoot相关
|
|
spring:
|
|
datasource:
|
|
#driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
#url: jdbc:sqlserver://192.168.0.8:1433;DatabaseName=JSL_QMS
|
|
#username: sa
|
|
#password: 123456Aa
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://192.168.0.9:3306/jsl_mall_qs_dev?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
username: kpjsl
|
|
password: 123456
|
|
redis:
|
|
database: 4
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
password:
|
|
#工作流配置
|
|
flowable:
|
|
database-schema-update: true
|
|
|