Skip to content

Commit

Permalink
Add some description in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
KezhiAdore authored and cncases committed Jan 23, 2024
1 parent 1e91436 commit e975260
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
db = "rocksdb"
index_path ="search_index"
index_with_full_text = false
addr = "127.0.0.1:8081"
db = "./rocksdb" # path to store rocksdb
index_path ="./search_index" # path to store index
index_with_full_text = false # whether establish full-text index
addr = "127.0.0.1:8081" # If allow LAN access, change it to "0.0.0.0:port".

# The raw data path you downloaded from the torrent, and you must NOT unzip it.
raw_data_path = "裁判文书全量数据(已完成)"
raw_data_path = "裁判文书全量数据(已完成)"

0 comments on commit e975260

Please sign in to comment.