remove references to requests-queue url and client
This commit is contained in:
parent
9c153e0772
commit
432fb67506
@ -181,11 +181,6 @@ def make_deps(config):
|
|||||||
"fundz_client": ApiClient(
|
"fundz_client": ApiClient(
|
||||||
config["default"]["FUNDZ_BASE_URL"], validate_cert=validate_cert
|
config["default"]["FUNDZ_BASE_URL"], validate_cert=validate_cert
|
||||||
),
|
),
|
||||||
"requests_client": ApiClient(
|
|
||||||
config["default"]["REQUESTS_QUEUE_BASE_URL"],
|
|
||||||
api_version="v1",
|
|
||||||
validate_cert=validate_cert,
|
|
||||||
),
|
|
||||||
"sessions": RedisSessions(
|
"sessions": RedisSessions(
|
||||||
redis_client, config["default"]["SESSION_TTL_SECONDS"]
|
redis_client, config["default"]["SESSION_TTL_SECONDS"]
|
||||||
),
|
),
|
||||||
|
@ -8,7 +8,6 @@ FUNDZ_BASE_URL= http://localhost:8004
|
|||||||
COOKIE_SECRET = some-secret-please-replace
|
COOKIE_SECRET = some-secret-please-replace
|
||||||
SECRET = change_me_into_something_secret
|
SECRET = change_me_into_something_secret
|
||||||
CAC_URL = https://localhost:8001
|
CAC_URL = https://localhost:8001
|
||||||
REQUESTS_QUEUE_BASE_URL = http://localhost:8003
|
|
||||||
REDIS_URI = redis://localhost:6379
|
REDIS_URI = redis://localhost:6379
|
||||||
SESSION_TTL_SECONDS = 600
|
SESSION_TTL_SECONDS = 600
|
||||||
PGAPPNAME = atst
|
PGAPPNAME = atst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user