Polish project documentation and runtime config
This commit is contained in:
@@ -10,13 +10,14 @@ from psycopg.rows import dict_row
|
||||
from psycopg.types.json import Jsonb
|
||||
|
||||
from app.config import settings
|
||||
from common_paths import PROJECT_ROOT, TRAVEL_KG_EXPORT_ROOT
|
||||
|
||||
PROJECT_ID = "travel_agency_2_0_test"
|
||||
TENANT_ID = "travel_agency"
|
||||
GRAPH_NAME = "travel_agency_2_0_test"
|
||||
NAMESPACE = "travel_agency_2_0"
|
||||
SCHEMA_DIR = Path("/Users/xuexue/new2/schema搭建/travel_agency_2_0_test")
|
||||
DOWNLOAD_DIR = Path("/Users/xuexue/Downloads/图谱数据/travel_agency_2_0_test_旅行社2.0测试")
|
||||
SCHEMA_DIR = PROJECT_ROOT / "schema搭建/travel_agency_2_0_test"
|
||||
DOWNLOAD_DIR = TRAVEL_KG_EXPORT_ROOT / "travel_agency_2_0_test_旅行社2.0测试"
|
||||
CURRENT_JSON = SCHEMA_DIR / "travel_agency_2_0_schema.current.json"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user