From 71a04edc02181c5fdf03679157d793cd2bdddc6d Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 22 Jun 2023 13:26:58 +1000 Subject: [PATCH] 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 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b2b39c..4d0d230 100644 --- a/README.md +++ b/README.md @@ -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 `{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 This file stores the theme settings. The theme is the color scheme of the application.