Skip to content

Commit

Permalink
highlight exchange conf format as it's a FAQ (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu authored Mar 13, 2023
1 parent 7a9d51e commit 2a4ab78
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions exchange-common/src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
# Spark relation com.vesoft.exchange.common.config
# the format of this file is HOCON, you could parse and mutate it with https://github.com/chimpler/pyhocon

# Spark related, com.vesoft.exchange.common.config
spark: {
app: {
name: Nebula Exchange 2.0
name: Nebula Exchange 3.0
}

master:local
Expand Down Expand Up @@ -32,7 +34,7 @@
connectionPassword: "password"
}

# Nebula Graph relation com.vesoft.exchange.common.config
# NebulaGraph related, com.vesoft.exchange.common.config
nebula: {
address:{
graph:["127.0.0.1:9669", "127.0.0.1:9670", "127.0.0.1:9671"]
Expand Down

0 comments on commit 2a4ab78

Please sign in to comment.