Commit b3f4ca44 by 焦凯

配置文件修改

parent b7a66c10
env:
dev: true
officialVersion: true
sms: false
debug: true
env:
dev: true
server:
port: 8188
port: 8299
cors:
allowedOrigins:
- "*"
spring:
datasource:
name: jdbc/inz-ds
name: jdbc/bap-ds
username: root
password: 123
url: jdbc:mysql://123.56.199.103:3308/contract_tsq?useSSL=true&characterEncoding=UTF-8
url: jdbc:mysql://localhost:3306/inz_kunlun01?useSSL=true&characterEncoding=UTF-8
driverClassName: com.mysql.jdbc.Driver
http:
thymeleaf:
cache: false
redis:
host: localhost
rabbitmq:
host: localhost
username: guest
password: guest
session: 72000
liquibase:
enabled: false
changeLog: classpath:/db/system/db-changelog-master-all.xml
servlet:
multipart:
max-file-size: 10MB
max-request-size: 100MB
jackson:
time-zone: GMT+8
dateFormat: "yyyy-MM-dd HH:mm:ss"
messages:
basename: i18n/crm,i18n/assets
rabbitmq:
host: 59.110.23.205
redis:
database: 1
host: localhost
session:
timeout: 86400
thymeleaf:
cache: false
management:
info:
git:
mode: full
metrics:
export:
influx:
enabled: false
endpoints:
web:
exposure:
include: "*"
np:
multitenancy:
enabled: true
connectionPool:
pool: hikari
properties:
maximumPoolSize: 15
minimumIdle: 2
idleTimeout: 55000
system:
hibernate:
mappingLocations:
......@@ -51,6 +56,9 @@ np:
packagesToScan:
- com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties:
hibernate.hbm2ddl.auto: update
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
......@@ -61,82 +69,70 @@ np:
tenantResolver:
scope: request
management:
shell:
ssh:
port: 2000
authTimeout: 600000
idleTimeout: 600000
auth:
type: simple
simple:
user:
name: admin
password: admin
info:
git:
mode: full
metrics:
export:
influx:
enabled: false
amino:
multitenancy:
defaultTenant:
accessAllModules: true #开发环境用true,线上环境用false
accessAllModules: true
liquibase:
enabled: false
changeLog: classpath:/db/system/db-changelog-master.xml
tenantChangeLog: "file:///Users/xlinyao/homes/liquibase/#{tenantId}/db-changelog.xml"
metadata:
validateJmx: true
validateJmx: false
bcp:
type:
constraint:
ingoreIncompatibleConstraints: true
allowDefaultIgnore: true
hibernate:
mappingLocations:
- classpath*:/config/system/hbm/*.xml
- classpath*:/config/*.hbm.xml
- classpath*:/config/hbm/*.xml
- classpath*:config/quartz/hbm/*.xml
packagesToScan:
- com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties:
hibernate.hbm2ddl.auto: none
hibernate.hbm2ddl.auto: update
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
hibernate.dialect.storage_engine: innodb
hibernate.show_sql: true
hibernate.multiTenancy: schema
hibernate.enable_lazy_load_no_trans: true
bap:
manageNode: true
attachment:
fileDataStoreType: OSS
oss:
accessKeyId: LTAIsUMNhrvuV18N
secretAccessKey: vEOR1ZmWHuT5SZ0lr2khofmRw22cXg
endpoint: oss-cn-beijing.aliyuncs.com
bucketName: beecode-inz
beecode:
tenant:
username: tenant
telephone: 13812341234
workflow:
address: http://127.0.0.1:12000/jbpm
fileDataService: diskAttachmentDataService
fileSystem:
rootPath: /Users/joker/develop/kunlun/xyst_dinas/attWorkspace
beecode:
tenant:
username: sysadmin
telephone: 13100000000
message:
pushthreadsize: 50
system:
user:
- name: test
password: test
group: admin
- name: admin
password: admin
group: admin
- name: test
password: test
group: admin
- name: admin
password: admin
group: admin
init:
org: false
dept: false
rolegroup: false
workflow:
address: http://127.0.0.1:12000/jbpm
company:
url: https://jyc.jiuqi.com.cn/
user: fengyu
pwd: fengyu@jiuqi
devid:
appid: 1522415987931
rongtong:
manage: true
customer: false
scheduler:
mainSwitch: no_execute
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment