Merge branch 'dev-v2' into pr@dev-v2@perf_platform_login
This commit is contained in:
commit
e6f0a4b9c0
@ -48,3 +48,8 @@ CREATE TABLE `core_area_custom`
|
||||
`pid` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
|
||||
BEGIN;
|
||||
INSERT INTO `core_sys_setting` VALUES (1, 'basic.dsIntervalTime', '6', 'text', 2);
|
||||
INSERT INTO `core_sys_setting` VALUES (2, 'basic.dsExecuteTime', 'minute', 'text', 3);
|
||||
COMMIT;
|
||||
|
||||
@ -11,7 +11,6 @@ spring:
|
||||
username: ${DE_MYSQL_USER}
|
||||
password: ${DE_MYSQL_PASSWORD}
|
||||
dataease:
|
||||
origin-list: localhost:8080,localhost:8100,localhost:9080
|
||||
apisix-api:
|
||||
domain: http://apisix:9180
|
||||
key: DE_APISIX_KEY
|
||||
Loading…
Reference in New Issue
Block a user