README.md: Added default settings to config file

- Added default settings for HideScreen and Timeout to the config file
- Users can modify these values in the file if needed
This commit is contained in:
Nathan Woodburn 2023-06-22 13:26:58 +10:00
parent 30c5690c24
commit 71a04edc02
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -159,6 +159,12 @@ The `{default-dir}` will be replaced with the HSD directory `%appdata%\FireWalle
The `{key}` will be replaced with the API key from the node.txt file. The `{key}` will be replaced with the API key from the node.txt file.
The `{Bob}` will be replaced with the Bob wallet HSD data directory `%appdata%\Bob\hsd_data\` this is used to sync FireWallet with Bob's accounts and also stops you needing to sync the chain twice. The `{Bob}` will be replaced with the Bob wallet HSD data directory `%appdata%\Bob\hsd_data\` this is used to sync FireWallet with Bob's accounts and also stops you needing to sync the chain twice.
Other settings are here. These are the default and if they are not in the file they revert to these values.
```yaml
HideScreen: True # Hide the HSD terminal screen (Set to False for higher reliability)
Timeout: 10 # The time in seconds to wait for any API request
```
## theme.txt ## theme.txt
This file stores the theme settings. This file stores the theme settings.
The theme is the color scheme of the application. The theme is the color scheme of the application.