From 842f52b321b61edb4b01675594d490ad67c7df6d Mon Sep 17 00:00:00 2001 From: edzme Date: Sun, 25 Sep 2022 02:12:22 +0000 Subject: [PATCH 1/3] updating docs link for READ_ONLY_API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04f61aa..3384fc01 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Create an .env on root directory or set the following environment variables: | `TWS_USERID` | The TWS **username**. | | | `TWS_PASSWORD` | The TWS **password**. | | | `TRADING_MODE` | **live** or **paper** | **paper** | -| `READ_ONLY_API` | **yes** or **no** ([see](resources/config.ini#L316)) | **not defined** | +| `READ_ONLY_API` | **yes** or **no** ([see](latest/config/ibc/config.ini.tmpl#L316)) | **not defined** | | `VNC_SERVER_PASSWORD` | VNC server password. If not defined, no VNC server will be started. | **not defined** (VNC disabled)| Example .env file: From d15a014f427a06637ab2804a76f792f0434b157c Mon Sep 17 00:00:00 2001 From: edzme Date: Sun, 25 Sep 2022 02:15:28 +0000 Subject: [PATCH 2/3] better spacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3384fc01..777e9d64 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Create an .env on root directory or set the following environment variables: | `TWS_USERID` | The TWS **username**. | | | `TWS_PASSWORD` | The TWS **password**. | | | `TRADING_MODE` | **live** or **paper** | **paper** | -| `READ_ONLY_API` | **yes** or **no** ([see](latest/config/ibc/config.ini.tmpl#L316)) | **not defined** | +| `READ_ONLY_API` | **yes** or **no** ([see](latest/config/ibc/config.ini.tmpl#L316)) | **not defined** | | `VNC_SERVER_PASSWORD` | VNC server password. If not defined, no VNC server will be started. | **not defined** (VNC disabled)| Example .env file: From 8990bf3974d977dad03707e70b20c0e00d1967d7 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 7 Jun 2023 05:57:30 +0000 Subject: [PATCH 3/3] updating for pr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68dd974..88366d8e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Create an .env on root directory or set the following environment variables: | `TWS_USERID` | The TWS **username**. | | | `TWS_PASSWORD` | The TWS **password**. | | | `TRADING_MODE` | **live** or **paper** | **paper** | -| `READ_ONLY_API` | **yes** or **no** ([see](latest/config/ibc/config.ini.tmpl#L316)) | **not defined** | +| `READ_ONLY_API` | **yes** or **no** ([see](image-files/config/ibc/config.ini.tmpl#L316)) | **not defined** | | `VNC_SERVER_PASSWORD` | VNC server password. If not defined, no VNC server will be started. | **not defined** (VNC disabled)| Example .env file: