diff options
Diffstat (limited to 'resources/custom.yaml')
| -rw-r--r-- | resources/custom.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
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 |
