drive-by instances increase

This commit is contained in:
Neil Martinsen-Burrell 2023-11-01 11:36:33 -05:00
parent b05c337efe
commit 14fd0b7baa
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ applications:
buildpacks:
- python_buildpack
path: ../../src
instances: 1
instances: 2
memory: 512M
stack: cflinuxfs4
timeout: 180

View file

@ -504,6 +504,7 @@ OIDC_PROVIDERS = {
"token_endpoint_auth_method": ["private_key_jwt"],
"sp_private_key": secret_login_key,
},
},
"login.gov production": {
"srv_discovery_url": "https://secure.login.gov",
"behaviour": {