update - 调整基础默认配置
This commit is contained in:
parent
115f76e3af
commit
6c42aa04a3
@ -2,6 +2,7 @@
|
||||
|
||||
## 1. Flowable 官网文档
|
||||
|
||||
[点击打开](https://www.flowable.com/open-source)
|
||||
## 2. Flowable 相关表结构说明
|
||||
|
||||
> Flowable的数据库名称以ACT_开头。第二部分是表用例的两个字符的标识。
|
||||
|
||||
@ -28,31 +28,10 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: ${NACOS_HOST:192.168.31.10}:${NACOS_PORT:8449}
|
||||
server-addr: ${NACOS_HOST:nacos.mybiwin.top}:${NACOS_PORT:9090}
|
||||
file-extension: yaml
|
||||
namespace: ${NACOS_NAMESPACE_ID:d6e962c8-a079-46a9-b436-631129389b1d}
|
||||
namespace: ${NACOS_NAMESPACE_ID:1b5d2a22-b340-4503-8464-7d7fc2059d39}
|
||||
|
||||
#---
|
||||
# 枢智环境
|
||||
#server:
|
||||
# port: 8080
|
||||
# servlet:
|
||||
# context-path: /
|
||||
#spring:
|
||||
# application:
|
||||
# name: linkzo-workflow
|
||||
# config:
|
||||
# activate:
|
||||
# on-profile: ${NACOS_PROFILES_ACTIVE:dev}
|
||||
# cloud:
|
||||
# nacos:
|
||||
# config:
|
||||
# #nacos 服务地址
|
||||
# server-addr: ${NACOS_HOST:124.70.154.251}:${NACOS_PORT:8848}
|
||||
# # 文件格式
|
||||
# file-extension: yaml
|
||||
# # 指定命名空间
|
||||
# namespace: ${NACOS_NAMESPACE_ID:YDk5jePz2iEktp7ESdBKPWhI16B5WR1l}
|
||||
---
|
||||
#开发环境
|
||||
spring:
|
||||
@ -65,6 +44,7 @@ spring:
|
||||
server-addr: ${NACOS_HOST:dev-nacos.axzo.cn}:${NACOS_PORT:80}
|
||||
file-extension: yaml
|
||||
namespace: ${NACOS_NAMESPACE_ID:eb401d2d-8f5e-4902-8fd0-148e941ba044}
|
||||
|
||||
---
|
||||
#测试环境
|
||||
spring:
|
||||
@ -77,6 +57,7 @@ spring:
|
||||
server-addr: ${NACOS_HOST:test-nacos.axzo.cn}:${NACOS_PORT:80}
|
||||
file-extension: yaml
|
||||
namespace: ${NACOS_NAMESPACE_ID:f3c0f0d2-bac4-4498-bee7-9c3636b3afdf}
|
||||
|
||||
---
|
||||
#预发布环境
|
||||
spring:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user