made web server not start background tasks.

This commit is contained in:
Bryce Covert
2020-12-08 21:24:26 -08:00
parent 99b6d822f6
commit 689cae6192
7 changed files with 110 additions and 20 deletions

View File

@@ -17,4 +17,6 @@
:yodlee-base-url "https://developer.api.yodlee.com/ysl"
:yodlee-app "10003600"
:yodlee-fastlink "https://node.developer.yodlee.com/authenticate/restserver/?channelAppName=restserver"
:run-web? true
:run-background? true
}

View File

@@ -15,4 +15,6 @@
:yodlee-fastlink "https://quickstartus2node.yodleeinteractive.com/authenticate/qstartus12/?channelAppName=quickstartus2"
:yodlee-proxy-host "172.31.10.83"
:yodlee-proxy-port 8888
:run-background? false
:run-web? true
}

View File

@@ -15,4 +15,6 @@
:yodlee-fastlink "https://quickstartus2node.yodleeinteractive.com/authenticate/qstartus12/?channelAppName=quickstartus2"
:yodlee-proxy-host "172.31.10.83"
:yodlee-proxy-port 8888
:run-background? true
:run-web? true
}