From a397d04d2e20064673a05c20e42c51fd2660ff07 Mon Sep 17 00:00:00 2001 From: Dick Wolff Date: Fri, 17 Jan 2025 13:56:01 +0100 Subject: [PATCH] Update env.sample --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index b8e3f36..56a3c79 100644 --- a/.env.sample +++ b/.env.sample @@ -14,8 +14,8 @@ DEBUG_LOGGING = false # Default account currency that will be used when the currency is not present in the input file. #XTB_ACCOUNT_CURRENCY = "EUR" -# Set this when you want to split the output in multiple files. -# The live Ghostfol.io service has a limit of 25 activities per upload. +# Set this when you want to split the output in chunks of 25 activities. +# The hosted Ghostfol.io service has a limit of 25 activities per upload. # You can enable the setting below, which will produce multiple output files. #GHOSTFOLIO_SPLIT_OUTPUT=true