Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds env vars for facebook login #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/e2e-oie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export [email protected]
export [email protected]
get_secret prod/okta-sdk-vars/password PASSWORD
export [email protected]
export [email protected]
get_secret prod/okta-sdk-vars/fb_password FB_PASSWORD
get_secret prod/okta-sdk-vars/twilio_account TWILIO_ACCOUNT
get_secret prod/okta-sdk-vars/twilio_api_token TWILIO_API_TOKEN
export DEFAULT_TIMEOUT_INTERVAL=45000
Expand Down