diff options
| author | Dan Rostovtsev <dan@rostovtsev.org> | 2026-03-16 16:02:54 -0400 |
|---|---|---|
| committer | Dan Rostovtsev <dan@rostovtsev.org> | 2026-03-16 16:02:54 -0400 |
| commit | 2c6cf786c151118232533a6cfbc769ce1514aa9e (patch) | |
| tree | 0dc171e25f46ea491f98f4a4a96b94e69defea89 /resources | |
Simple bash script deployment of client portal gateway.
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/clientportal.gw.zip | bin | 0 -> 10542956 bytes | |||
| -rw-r--r-- | resources/custom.yaml | 28 |
2 files changed, 28 insertions, 0 deletions
diff --git a/resources/clientportal.gw.zip b/resources/clientportal.gw.zip Binary files differnew file mode 100644 index 0000000..91586c5 --- /dev/null +++ b/resources/clientportal.gw.zip diff --git a/resources/custom.yaml b/resources/custom.yaml new file mode 100644 index 0000000..302fe5b --- /dev/null +++ b/resources/custom.yaml @@ -0,0 +1,28 @@ + ip2loc: "US" + proxyRemoteSsl: true + proxyRemoteHost: "https://api.ibkr.com" + listenPort: 5000 + listenSsl: false + ccp: false + svcEnvironment: "v1" + authDelay: 3000 + portalBaseURL: "" + serverOptions: + blockedThreadCheckInterval: 1000000 + eventLoopPoolSize: 20 + workerPoolSize: 20 + maxWorkerExecuteTime: 100 + internalBlockingPoolSize: 20 + cors: + origin.allowed: "*" + allowCredentials: false + webApps: + - name: "demo" + index: "index.html" + ips: + allow: + - 192.* + - 131.216.* + - 127.0.0.1 + deny: + - 212.90.324.10 |
