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.
19 lines
438 B
19 lines
438 B
#服务器端口 |
|
server: |
|
port: 8106 |
|
|
|
#数据源配置 |
|
spring: |
|
datasource: |
|
url: ${blade.datasource.dev.url} |
|
username: ${blade.datasource.dev.username} |
|
password: ${blade.datasource.dev.password} |
|
|
|
#角色配置 |
|
role-config: |
|
#工艺员角色id |
|
process-engineer-id: "1993624442365915137" |
|
# 49 tencent cloud |
|
#process-engineer-id: "2004331529923555330" |
|
#工艺员角色alias |
|
process-engineer-alias: "process_engineer" |