mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【新增】部门岗位租户功能
This commit is contained in:
@@ -5,7 +5,7 @@ app:
|
||||
server:
|
||||
# debug release test
|
||||
model: release
|
||||
port: 7788
|
||||
port: 8080
|
||||
cors: true
|
||||
# 接口限流
|
||||
rate:
|
||||
@@ -40,9 +40,9 @@ redis:
|
||||
port: 6379
|
||||
|
||||
mysql:
|
||||
host: 47.104.252.2
|
||||
username: pandax
|
||||
password: pandax
|
||||
host: 127.0.0.1
|
||||
username: root
|
||||
password: 123456
|
||||
db-name: pandax
|
||||
config: charset=utf8&loc=Local&parseTime=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user