Skip to content

Commit 24d03b3

Browse files
committed
Migration fix for sqlite
1 parent 2a6d334 commit 24d03b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/resources/application-chain-1.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ server.port=8081
1717

1818
# NODE
1919
node.port=9191
20-
node.root-nodes=localhost:9192,localhost:9193
20+
node.root-nodes=openchain:9192,openchain:9193
2121

22-
node.config-path=config-1.json
22+
#node.config-path=config-1.json

src/main/resources/application-chain-2.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ server.port=8082
1515

1616
# NODE
1717
node.port=9192
18-
node.root-nodes=localhost:9191,localhost:9193
18+
node.root-nodes=openchain:9191,openchain:9193
1919

20-
node.config-path=config-2.json
20+
#node.config-path=config-2.json

src/main/resources/application-chain-3.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ server.port=8083
1515

1616
# NODE
1717
node.port=9193
18-
node.root-nodes=localhost:9191,localhost:9192
18+
node.root-nodes=openchain:9191,openchain:9192
1919

20-
node.config-path=config-3.json
20+
#node.config-path=config-3.json

0 commit comments

Comments
 (0)