Skip to content

Commit

Permalink
Add appsettings.local.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 17, 2023
1 parent 3fd77b8 commit ad3dd72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions backend/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ with the command below.
$ docker build . -t <IMAGE_TAG>
```

Create Your Local appsettings.json
---

Copy the File: First, copy Savor22b/appsettings.json to Savor22b/appsettings.local.json.
Modify Paths: Next, modify the paths for GenesisBlockPath, CsvDataResourcePath, etc., to match your local directory structure.

How to Run
----------

Expand Down
4 changes: 2 additions & 2 deletions backend/app/Savor22b/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
]
},
"CsvDataResourcePath": "/Users/{username}/Data/github/blond-beard/Savor-22b/resources/savor22b/tabledata",
"GenesisBlockPath": "file:///Users/{username}/Data/github/blond-beard/Savor-22b/backend/Savor22b/data/genesis.bin",
"StoreUri": "rocksdb+file:///Users/{username}/Data/github/blond-beard/Savor-22b/backend/Savor22b/data/store?secure=false"
"GenesisBlockPath": "file:///Users/{username}/Data/github/blond-beard/Savor-22b/backend/app/data/genesis.bin",
"StoreUri": "rocksdb+file:///Users/{username}/Data/github/blond-beard/Savor-22b/backend/app/data/store?secure=false"
}

0 comments on commit ad3dd72

Please sign in to comment.