This handles a few things around the scheduled email UI. This includes: 1. Adding the schedule email UI date/time picker. 2. Adds states to the submit button for scheduling emails. 3. Drys out intl code and some submitting states. 4. Matches the email form UI to mocks. This however does not include: 1. A table to show scheduled emails. Scheduled emails at the moment are displayed in the "pending tasks" section. 2. Matching the tasks section to the mocks.
23 lines
942 B
Plaintext
23 lines
942 B
Plaintext
NODE_ENV='development'
|
|
PORT=1984
|
|
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='http://localhost:1984'
|
|
CREDENTIALS_BASE_URL='http://localhost:18150'
|
|
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
|
|
ECOMMERCE_BASE_URL='http://localhost:18130'
|
|
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
|
|
LMS_BASE_URL='http://localhost:18000'
|
|
LOGIN_URL='http://localhost:18000/login'
|
|
LOGOUT_URL='http://localhost:18000/logout'
|
|
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
|
|
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
|
|
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
|
|
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
|
|
MARKETING_SITE_BASE_URL='http://localhost:18000'
|
|
ORDER_HISTORY_URL='http://localhost:1996/orders'
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=''
|
|
SITE_NAME=localhost
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
SCHEDULE_EMAIL_SECTION='true'
|