Skip to content

Commit

Permalink
refactor: remove SPCP_COOKIE_MAX_AGE (#1134)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
  • Loading branch information
liangyuanruo and Yuanruo Liang committed Feb 15, 2021
1 parent ae451b3 commit bb47c9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .template-env
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ FORMSG_SDK_MODE=
# purposes.
# MYINFO_CLIENT_CONFIG=stg
# MYINFO_FORMSG_KEY_PATH=./node_modules/@opengovsg/mockpass/static/certs/key.pem
# SPCP_COOKIE_MAX_AGE=7200000

# SP_FORMSG_KEY_PATH=./node_modules/@opengovsg/mockpass/static/certs/key.pem
# SP_FORMSG_CERT_PATH=./node_modules/@opengovsg/mockpass/static/certs/server.crt
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ services:
- DB_HOST=mongodb://database:27017/formsg
- APP_NAME=FormSG
- MYINFO_CLIENT_CONFIG=stg
- SPCP_COOKIE_MAX_AGE=7200000
- ATTACHMENT_S3_BUCKET=local-attachment-bucket
- IMAGE_S3_BUCKET=local-image-bucket
- LOGO_S3_BUCKET=local-logo-bucket
Expand Down
1 change: 0 additions & 1 deletion tests/.test-full-env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ CORPPASS_PARTNER_ENTITY_ID=https://staging.form.gov.sg/corppass
CORPPASS_ESRVC_ID=FORMSG-CP-TEST
CORPPASS_IDP_ID=https://saml.corppass.gov.sg/FIM/sps/CorpIDPFed/saml20

SPCP_COOKIE_MAX_AGE=7200000
SHOW_LOGIN_PAGE=true
IS_SP_MAINTENANCE=Date/Time-SP
IS_CP_MAINTENANCE=Date/Time-CP
Expand Down

0 comments on commit bb47c9c

Please sign in to comment.