From 00bcbdfac909729ca46c52b710c5af7453937d5c Mon Sep 17 00:00:00 2001 From: Agustin Alexander Date: Mon, 8 Jul 2024 10:40:15 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 448851e..67de969 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ curl -X POST -H "Content-Type: application/json" \ |**IBKR_TOKEN** | Your Token | |**IBKR_QUERY** | Your Query ID | |**GHOST_TOKEN** | The token for your ghostfolio account | +|**GHOST_KEY** | The key for your ghostfolio account, if this is used you don't need **GHOST_TOKEN** and vice-versa | |**GHOST_HOST** | (optional) Ghostfolio Host, only add if using custom ghostfolio | -|**GHOST_CURRENCY** | (optional) Ghostfolio Account Currency, only applied if account doesn't exist | +|**GHOST_CURRENCY** | (optional) Ghostfolio Account Currency, only applied if the account doesn't exist | |**CRON** | (optional) To run on a [Cron Schedule](https://crontab.guru/) | |**OPERATION** | (optional) SYNCIBKR (default) or DELETEALL (will erase all operations of all accounts) |