Commit b3f4ca44 by 焦凯

配置文件修改

parent b7a66c10
env: debug: true
dev: true env:
officialVersion: true dev: true
sms: false
server: server:
port: 8188 port: 8299
cors:
allowedOrigins:
- "*"
spring: spring:
datasource: datasource:
name: jdbc/inz-ds name: jdbc/bap-ds
username: root username: root
password: 123 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 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: multipart:
max-file-size: 10MB max-file-size: 10MB
max-request-size: 100MB max-request-size: 100MB
jackson: management:
time-zone: GMT+8 info:
dateFormat: "yyyy-MM-dd HH:mm:ss" git:
messages: mode: full
basename: i18n/crm,i18n/assets metrics:
rabbitmq: export:
host: 59.110.23.205 influx:
redis: enabled: false
database: 1 endpoints:
host: localhost web:
session: exposure:
timeout: 86400 include: "*"
thymeleaf:
cache: false
np: np:
multitenancy: multitenancy:
enabled: true enabled: true
connectionPool: connectionPool:
pool: hikari pool: hikari
properties:
maximumPoolSize: 15
minimumIdle: 2
idleTimeout: 55000
system: system:
hibernate: hibernate:
mappingLocations: mappingLocations:
...@@ -51,6 +56,9 @@ np: ...@@ -51,6 +56,9 @@ np:
packagesToScan: packagesToScan:
- com.beecode.bap.scheduler.entity - com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity - com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties: properties:
hibernate.hbm2ddl.auto: update hibernate.hbm2ddl.auto: update
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
...@@ -61,82 +69,70 @@ np: ...@@ -61,82 +69,70 @@ np:
tenantResolver: tenantResolver:
scope: request 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: amino:
multitenancy: multitenancy:
defaultTenant: 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: metadata:
validateJmx: true validateJmx: false
bcp: bcp:
type: type:
constraint: constraint:
ingoreIncompatibleConstraints: true ingoreIncompatibleConstraints: true
allowDefaultIgnore: true allowDefaultIgnore: true
hibernate: hibernate:
mappingLocations: mappingLocations:
- classpath*:/config/system/hbm/*.xml
- classpath*:/config/*.hbm.xml - classpath*:/config/*.hbm.xml
- classpath*:/config/hbm/*.xml - classpath*:/config/hbm/*.xml
- classpath*:config/quartz/hbm/*.xml - classpath*:config/quartz/hbm/*.xml
packagesToScan: packagesToScan:
- com.beecode.bap.scheduler.entity - com.beecode.bap.scheduler.entity
- com.beecode.inz.authmgr.entity - com.beecode.inz.authmgr.entity
# - com.beecode.bap.core.entity
- com.beecode.inz.workflow.entity
- com.beecode.bcp.workflow.entity
properties: properties:
hibernate.hbm2ddl.auto: none hibernate.hbm2ddl.auto: update
hibernate.dialect: org.hibernate.dialect.MySQL57Dialect hibernate.dialect: org.hibernate.dialect.MySQL57Dialect
hibernate.dialect.storage_engine: innodb hibernate.dialect.storage_engine: innodb
hibernate.show_sql: true hibernate.show_sql: true
hibernate.multiTenancy: schema hibernate.multiTenancy: schema
hibernate.enable_lazy_load_no_trans: true hibernate.enable_lazy_load_no_trans: true
bap: bap:
manageNode: true
attachment: attachment:
fileDataStoreType: OSS fileDataService: diskAttachmentDataService
oss: fileSystem:
accessKeyId: LTAIsUMNhrvuV18N rootPath: /Users/joker/develop/kunlun/xyst_dinas/attWorkspace
secretAccessKey: vEOR1ZmWHuT5SZ0lr2khofmRw22cXg beecode:
endpoint: oss-cn-beijing.aliyuncs.com tenant:
bucketName: beecode-inz username: sysadmin
telephone: 13100000000
beecode: message:
tenant: pushthreadsize: 50
username: tenant
telephone: 13812341234
workflow:
address: http://127.0.0.1:12000/jbpm
system: system:
user: user:
- name: test - name: test
password: test password: test
group: admin group: admin
- name: admin - name: admin
password: admin password: admin
group: admin group: admin
init:
org: false
dept: false
rolegroup: false
workflow:
address: http://127.0.0.1:12000/jbpm
company: rongtong:
url: https://jyc.jiuqi.com.cn/ manage: true
user: fengyu customer: false
pwd: fengyu@jiuqi scheduler:
devid: mainSwitch: no_execute
appid: 1522415987931 \ 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