Browse Source

penetration search set the default url:127.0.0.1;

tags/1.1.2^2
zhaoguangwei 5 years ago
parent
commit
80eab59bd8
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      source/manager/manager-booter/src/main/resources/application.properties
  2. +2
    -2
      source/manager/manager-booter/src/main/resources/config.properties

+ 2
- 2
source/manager/manager-booter/src/main/resources/application.properties View File

@@ -4,5 +4,5 @@ spring.mvc.favicon.enabled=false

logging.config=classpath:log4j2-jump.xml

retrieval.schemaUrl=http://192.168.151.40:8082
retrieval.taskUrl=http://192.168.151.40:10005
retrieval.schemaUrl=http://127.0.0.1:8082
retrieval.taskUrl=http://127.0.0.1:10005

+ 2
- 2
source/manager/manager-booter/src/main/resources/config.properties View File

@@ -7,5 +7,5 @@ server.port=8080
# 本地数据库存储位置
db.url=rocksdb://#project#/jumpdb

schema.retrieval.url=http://192.168.151.40:8082
task.retrieval.url=http://192.168.151.40:10005
retrieval.schemaUrl=http://127.0.0.1:8082
retrieval.taskUrl=http://127.0.0.1:10005

Loading…
Cancel
Save