mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
drive-by instances increase
This commit is contained in:
parent
b05c337efe
commit
14fd0b7baa
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ applications:
|
||||||
buildpacks:
|
buildpacks:
|
||||||
- python_buildpack
|
- python_buildpack
|
||||||
path: ../../src
|
path: ../../src
|
||||||
instances: 1
|
instances: 2
|
||||||
memory: 512M
|
memory: 512M
|
||||||
stack: cflinuxfs4
|
stack: cflinuxfs4
|
||||||
timeout: 180
|
timeout: 180
|
||||||
|
|
|
@ -504,6 +504,7 @@ OIDC_PROVIDERS = {
|
||||||
"token_endpoint_auth_method": ["private_key_jwt"],
|
"token_endpoint_auth_method": ["private_key_jwt"],
|
||||||
"sp_private_key": secret_login_key,
|
"sp_private_key": secret_login_key,
|
||||||
},
|
},
|
||||||
|
},
|
||||||
"login.gov production": {
|
"login.gov production": {
|
||||||
"srv_discovery_url": "https://secure.login.gov",
|
"srv_discovery_url": "https://secure.login.gov",
|
||||||
"behaviour": {
|
"behaviour": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue