Skip to content

Commit

Permalink
Migration fix for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
physcom committed Oct 26, 2023
1 parent 2a6d334 commit 24d03b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-chain-1.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ server.port=8081

# NODE
node.port=9191
node.root-nodes=localhost:9192,localhost:9193
node.root-nodes=openchain:9192,openchain:9193

node.config-path=config-1.json
#node.config-path=config-1.json
4 changes: 2 additions & 2 deletions src/main/resources/application-chain-2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ server.port=8082

# NODE
node.port=9192
node.root-nodes=localhost:9191,localhost:9193
node.root-nodes=openchain:9191,openchain:9193

node.config-path=config-2.json
#node.config-path=config-2.json
4 changes: 2 additions & 2 deletions src/main/resources/application-chain-3.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ server.port=8083

# NODE
node.port=9193
node.root-nodes=localhost:9191,localhost:9192
node.root-nodes=openchain:9191,openchain:9192

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

0 comments on commit 24d03b3

Please sign in to comment.