Skip to content

Commit 553fe4c

Browse files
committed
docs(topling): correct Store config path
- point the Store data-path example at application-pd.yml - keep the PD application.yml example unchanged - align the quickstart prose with the component table
1 parent 47c03e6 commit 553fe4c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/toplingdb/toplingdb-quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ standard HugeGraph distribution when you want standard RocksDB.
1515
PD and Store select their providers independently. An HStore-backed Server does
1616
not load a Topling JAR or native library.
1717

18-
Set standalone data with `rocksdb.data_path`, PD metadata with `pd.data-path`,
19-
and Store data with `app.data-path` in `conf/application.yml`.
18+
Set standalone data with `rocksdb.data_path` in
19+
`conf/graphs/hugegraph.properties`, PD metadata with `pd.data-path` in
20+
`conf/application.yml`, and Store data with `app.data-path` in
21+
`conf/application-pd.yml`.
2022

2123
## Prerequisites
2224

@@ -263,7 +265,7 @@ Set a provider-specific Store data directory in the Store service
263265
configuration:
264266
265267
```yaml
266-
# conf/application.yml
268+
# conf/application-pd.yml
267269
app:
268270
data-path: /srv/hugegraph/topling/store
269271
```

0 commit comments

Comments
 (0)