配置更新
This commit is contained in:
9
.devcontainer/external/.env.example
vendored
9
.devcontainer/external/.env.example
vendored
@@ -11,3 +11,12 @@ K12STUDY_REGISTRY_HOST=192.168.0.23
|
||||
K12STUDY_REGISTRY_PORT=8848
|
||||
K12STUDY_REGISTRY_GRPC_PORT=9848
|
||||
K12STUDY_REGISTRY_RAFT_PORT=9849
|
||||
K12STUDY_GRAPH_HOST=192.168.0.23
|
||||
K12STUDY_GRAPH_PORT=9669
|
||||
K12STUDY_GRAPH_USER=root
|
||||
K12STUDY_GRAPH_PASSWORD=nebula
|
||||
K12STUDY_VECTOR_HOST=192.168.0.23
|
||||
K12STUDY_VECTOR_PORT=19530
|
||||
K12STUDY_VECTOR_HTTP_PORT=9091
|
||||
K12STUDY_ATTU_HOST=192.168.0.23
|
||||
K12STUDY_ATTU_PORT=3000
|
||||
|
||||
2
.devcontainer/external/devcontainer.json
vendored
2
.devcontainer/external/devcontainer.json
vendored
@@ -27,5 +27,5 @@
|
||||
"SPRING_PROFILES_ACTIVE": "dev",
|
||||
"K12STUDY_DEV_MODE": "external"
|
||||
},
|
||||
"postCreateCommand": "cd /workspaces/K12study/frontend && pnpm install"
|
||||
"postCreateCommand": "cd /workspaces/K12study"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user