fx-private-relay/.env-dist

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

39 строки
1.3 KiB
Plaintext
Исходник Обычный вид История

FXA_OAUTH_ENDPOINT=https://oauth.stage.mozaws.net/v1
FXA_PROFILE_ENDPOINT=https://profile.stage.mozaws.net/v1
FXA_BASE_ORIGIN=https://accounts.stage.mozaws.net
2020-06-03 22:13:22 +03:00
GOOGLE_ANALYTICS_ID="UA-77033033-33"
BASKET_ORIGIN="https://basket-dev.allizom.org"
SECRET_KEY=unsafe-secret-key-for-dev-envs
ADMIN_ENABLED=
2020-03-17 19:28:03 +03:00
DEBUG=True
2020-05-07 20:11:08 +03:00
DJANGO_INTERNAL_IPS=127.0.0.1, localhost
RELAY_FIREFOX_DOMAIN="relay.firefox.com"
MOZMAIL_DOMAIN="mozmail.com"
2020-04-01 16:50:51 +03:00
SENTRY_DSN=""
SERVE_ADDON="private_relay.zip"
AWS_REGION="us-east-1"
2020-05-14 20:36:39 +03:00
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_SNS_TOPIC="arn:aws:sns:us-east-1:1234567890:ses-inbound"
AWS_SES_CONFIGSET="dev_fxprivaterelay_env_dist"
AWS_SQS_QUEUE_URL=""
AWS_SQS_EMAIL_QUEUE_URL=""
AWS_SQS_EMAIL_DLQ_URL=""
SOCKETLABS_SERVER_ID=0
SOCKETLABS_SECRET_KEY="dummy-value"
SOCKETLABS_API_KEY="dummy-value"
SOCKETLABS_VALIDATION_KEY="dummy-value"
2020-05-14 20:36:39 +03:00
RELAY_FROM_ADDRESS="relay@127.0.0.1:8000"
NEW_RELAY_FROM_ADDRESS="new_from@127.0.0.1:8000"
2020-05-20 20:02:42 +03:00
SITE_ORIGIN="http://127.0.0.1:8000"
2020-12-02 15:43:19 +03:00
MAX_NUM_FREE_ALIASES=5
2019-12-22 08:53:47 +03:00
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_SMS_APPLICATION_SID=
2022-05-28 10:25:14 +03:00
TWILIO_MAIN_NUMBER=
2021-10-22 21:55:07 +03:00
PREMIUM_PROD_ID=prod_K29ULZL9pUR9Fr
PHONE_PROD_ID=prod_LgQiSgNi4xL7dq
SUBSCRIPTIONS_WITH_UNLIMITED="monitor-unlimited,mozilla-one,guardian_vpn,premium-relay"
2022-05-28 10:25:14 +03:00
SUBSCRIPTIONS_WITH_PHONE="relay-phones,"
Multi-part Premium Onboarding (#1318) * Add sourcemaps to SCSS build process * Adjust off-white background color to match Figma/Nebula color * Add markup HTML/CSS scaffolding for multi-step process * Move buttons into same container as progress bar, update JS, mobile styles * Add install/not installed states for add-on on Step 3, * Update domain registration js function to accept mutliple forms, and accept additional logic based on which form is submitted * Revise position for desktop to be more responsive, revise desktop content area to 50/50 split, add logic to update Step 3 CTA based if addon is installed * Add logic to only show onboarding if user is premium, add TODO about additional logic needed on profile template * Update spellig comment static/js/domain-registration.js Co-authored-by: Vincent <Vinnl@users.noreply.github.com> * change POST profile_subdomain to always return JSON * WIP Commit for Fetch Subdomain * Update Content-Type * add Profile.onboarding_state to store how much onboarding the user has seen * start onboarding_state HTML & JS code * refactor into new api.js * MAX_ONBOARDING_AVAILABLE=3 * Add eslint fix, test usage in onboarding setting * Lint fixes * Add logic to show active/last completed onboarding step or hide altogether if dismissed * Update current slide/next button logic * Add success state to onboarding domain registration * Add DOM messaging support during domain registration * Mobile refinements, add analytics pings during onboarding process to measure funnel completion * Update UTM for add-on install * Add code comment for magic number value Co-authored-by: Vincent <Vinnl@users.noreply.github.com> * Fix regression wher delete modal buttons are flipped on desktop * Replace text with L10N strings * Remove HTML comments * JavaScript cleanup: Moved function to api.js, renamed variables to be more readable, add logic to only run premiumOnboarding function when needed * Adjust Protocol token, lint fixes * Spacing adjustment Co-authored-by: Peter deHaan <pdehaan@hey.com> * Adjusted string IDs based on L10N changes * New l10n string IDs * Add logic to show/hide addon prompt step CTAs on mobile/non-Fx browsers * Lint fixes * Submodule updates Co-authored-by: Vincent <Vinnl@users.noreply.github.com> Co-authored-by: groovecoder <lcrouch@mozilla.com> Co-authored-by: Peter deHaan <pdehaan@hey.com>
2021-11-06 01:40:46 +03:00
MAX_ONBOARDING_AVAILABLE=3