EDX Ecommerce 404 Page not found.

843 views
Skip to first unread message

Luke Duffy

unread,
Apr 6, 2017, 6:29:49 PM4/6/17
to Open edX operations

Hi All

When I hit my site, edx loads no problem.

Trying to access the ecommerce, I get a 404 error. With debugging turned on I get:

Using the URLconf defined in ecommerce.urls, Django tried these URL patterns, in this order:
.
.
.
The current URL, , didn't match any of these.

In the /edx/app/edxapp/lms.env.json 

Change flag FEATURES['ENABLE_OAUTH2_PROVIDER'] to true
Change flag OAUTH_ENFORCE_SECURE to False 
Change flag JWT_ISSUER to "http://myserver.com:80/oauth2"
Change OAUTH_OIDC_ISSUER to "http://myserver.com:80/oauth2"
Change ECOMMERCE_API_URL to "http://myserver.com:18130/api/v2"
Change ECOMERCE_PUBLIC_URL_ROOT to "http://myserver.com:18130"
Change JWT_AUTH [ JWT_ISSUER ] to "http://myserver.com:80/oauth2"
Change CMS_BASE to "myserver.com:18010"
Change PREVIEW_LMS_BASE to "preview.myserver.com:18020"
Change LMS_BASE to "myserver.com:80"
Change LMS_ROOT_URL to "http://myserver.com:80"

in the admin site:

/admin/oauth2/client/1/


A commerce configuration has been created

I have a site defined at /admin/site_configuration/siteconfiguration/1/ for myserver.com and also a corresponding site configuration

{
  "JWT_AUTH":{
    "JWT_AUDIENCE":"lms-key",
    "JWT_ISSUER":"http://myserver.com:80/oauth2",
    "JWT_SECRET_KEY":"lms-secret"
  },
  "LMS_BASE":"myserver.com:80",
  "LMS_ROOT_URL":"http://myserver.com:80",
  "OAUTH_OIDC_ISSUER":"http://myserver.com:80/oauth2",
  "ECOMMERCE_API_URL":"http://myserver.com:18130/api/v2",
  "ECOMMERCE_PUBLIC_URL_ROOT":"http://myserver.com:18130",
  "ECOMMERCE_API_SIGNING_KEY":"ecommerce-secret",
  "CMS_BASE":"myserver.com:18010",
  "COURSE_CATALOG_VISIBILITY_PERMISSION":"see_in_catalog",
  "COURSE_ABOUT_VISIBILITY_PERMISSION":"see_about_page",
  "ENABLE_COMBINED_LOGIN_REGISTRATION":true,
  "ENABLE_PAID_COURSE_REGISTRATION":true,
  "ENABLE_SHOPPING_CART":true,
  "ENABLE_SHOPPING_CART_BULK_PURCHASE":false,
  "course_email_template_name":"myserver.com",
  "course_email_from_addr":"sup...@myserver.com",
  "ALLOW_AUTOMATED_SIGNUPS":true,
  "domain_prefix":"myserver.com",
  "university":"myserver Learning Programs",
  "PLATFORM_NAME":"myserver Learning Programs",
  "platform_name":"myserver Learning Programs",
  "show_only_org_on_student_dashboard":true,
  "email_from_address":"sup...@myserver.com",
  "payment_support_email":"paym...@myserver.com",
  "SITE_NAME":"myserver.com",
  "site_domain":"myserver.com",
  "SESSION_COOKIE_DOMAIN":"myserver.com",
  "payment_email_signature":"myserver Learning Programs<br>The Digital Programs Team<br>sup...@myserver.com<br>101 Example Street<br>Example State"
}

I then run:

sudo su ecommerce -s /bin/bash
cd ~/ecommerce
source ../ecommerce_env

python manage.py create_or_update_site --site-id=1 --site-domain=myserver.com --partner-code=edX --partner-name='Open edX' --lms-url-root=http://myserver.com --theme-scss-path=sass/themes/edx.scss --payment-processors=paypal --client-id=ecommerce-key --client-secret=ecommerce-secret --from-email=fin...@myserver.com

Any ideas on what I am missing ?

Thanks

Clinton Blackburn

unread,
Apr 7, 2017, 1:52:11 AM4/7/17
to Open edX operations
Please share more information:
  1. What URL are you attempting to access?
  2. What is the content of the 404/error page?
  "course_email_from_addr":"suppo...@myserver.com",
  "ALLOW_AUTOMATED_SIGNUPS":true,
  "domain_prefix":"myserver.com",
  "university":"myserver Learning Programs",
  "PLATFORM_NAME":"myserver Learning Programs",
  "platform_name":"myserver Learning Programs",
  "show_only_org_on_student_dashboard":true,
  "email_from_address":"sup...@myserver.com",
  "payment_support_email":"paymen...@myserver.com",
  "SITE_NAME":"myserver.com",
  "site_domain":"myserver.com",
  "SESSION_COOKIE_DOMAIN":"myserver.com",
  "payment_email_signature":"myserver Learning Programs<br>The Digital Programs Team<br>sup...@myserver.com<br>101 Example Street<br>Example State"
}

Luke Duffy

unread,
Apr 7, 2017, 1:57:15 AM4/7/17
to Open edX operations
I'm hitting the url:



Does this help ??


this seems to work ok:


I've only just discovered that

Im more than happy to PM you details to putty in if you like ?

Clinton Blackburn

unread,
Apr 8, 2017, 9:23:12 AM4/8/17
to Open edX operations
I see the confusion. There is no page at the URL. The E-Commerce Service is primarily a backend service, so there is no homepage.

Useful paths:
  1. /admin/ - Django admin
  2. /courses/ - Course Administration Tool
  3. /dashboard/ - ecommerce dashboard
Clinton

Luke Duffy

unread,
Apr 8, 2017, 6:57:53 PM4/8/17
to Open edX operations
Thanks for that.

Always good to solve a problem that never existed ;)

Thankyou for taking the time on a weekend to help out.

Miguel Medina

unread,
Aug 9, 2017, 5:25:14 PM8/9/17
to Open edX operations
Hi Clinton, i finally manage to setup de ecommerce module, could you please explain how can i login to the admin in ecommerce

Luke Duffy

unread,
Aug 9, 2017, 5:34:29 PM8/9/17
to opene...@googlegroups.com
Hi Miguel

For me.

Go to servername:18130/courses

This should load the courses page and allow you to add courses



--
You received this message because you are subscribed to a topic in the Google Groups "Open edX operations" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openedx-ops/wjZguzJRPeU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openedx-ops+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-ops/c64c4b3c-6135-45b5-a29f-df6fdcda70c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Clinton Blackburn

unread,
Aug 10, 2017, 7:59:58 AM8/10/17
to Open edX operations
The login page for all services is available at /login.

Miguel Medina

unread,
Aug 10, 2017, 12:12:34 PM8/10/17
to Open edX operations
thank you!

YusufSalahAdDin

unread,
Aug 28, 2017, 2:32:31 PM8/28/17
to Open edX operations
I have still a problem when i try to acces to / url and to the programs url:

Although all courses, coupons, admin, dashboard works the home and programs don't work, i don't know what happe.

Trinh Nguyen

unread,
Aug 28, 2017, 10:13:19 PM8/28/17
to Open edX operations
Because there's no view at "/" in the ecommerce interface. "/courses" should work.

Look into the ecommerce's urlpath to see what's available.

Trinh Nguyen | Founder & CTO




--
You received this message because you are subscribed to the Google Groups "Open edX operations" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-ops+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-ops/6adcb3ea-4ab6-4864-a8d5-fd83f567adbf%40googlegroups.com.

YusufSalahAdDin

unread,
Aug 31, 2017, 2:52:48 PM8/31/17
to Open edX operations
Ok, i undestood it, but still when i use /  in the url, it doesn't redirect to me to courses urls.


El martes, 29 de agosto de 2017, 5:13:19 (UTC+3), Trinh Nguyen escribió:
Because there's no view at "/" in the ecommerce interface. "/courses" should work.

Look into the ecommerce's urlpath to see what's available.

Trinh Nguyen | Founder & CTO



E: dangt...@gmail.comW: www.edlab.xyz | T: +84916298737


On Tue, Aug 29, 2017 at 1:32 AM, YusufSalahAdDin <alag...@gmail.com> wrote:
I have still a problem when i try to acces to / url and to the programs url:

Although all courses, coupons, admin, dashboard works the home and programs don't work, i don't know what happe.

El jueves, 10 de agosto de 2017, 19:12:34 (UTC+3), Miguel Medina escribió:
thank you!

On Thursday, August 10, 2017 at 6:59:58 AM UTC-5, Clinton Blackburn wrote:
The login page for all services is available at /login.

--
You received this message because you are subscribed to the Google Groups "Open edX operations" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-ops...@googlegroups.com.

Clinton Blackburn

unread,
Sep 6, 2017, 1:36:25 AM9/6/17
to Open edX operations
It's not supposed to redirect anywhere. Why are you under the impression that you should be redirected anywhere? If there is invalid documentation, please let us know so we can fix it.

aala...@gmail.com

unread,
Sep 11, 2017, 2:27:27 AM9/11/17
to Open edX operations

Hello Clinton need help to solve two issues sorry i am new in edx i install edx ginkgo native installation on ubuntu 16.04 and configure ecommerce following this tuto https://openedx.atlassian.net/wiki/spaces/OpenOPS/pages/110330276/How+to+Install+and+Start+the+E-Commerce+Service+in+Native+Installations

                                                                                          when i try 127.0.0.1:18130/courses i get bad request



also i set price to course in django course mode and when i click on enroll


              i get this page


and when finally i click on enroll on the previous page i get the fist enroll page again  it is like a loop



                                                                                          so i am not able to paid the course nor enroll it it is like a loop

                                                                                          see below lms.env.json  and ecommerce.yml files


ecommerce.yml
--
# This file is created and updated by ansible, edit at your peril

AFFILIATE_COOKIE_KEY: dev_affiliate_id
BROKER_URL: amqp://celery:cel...@192.168.1.2:5672
COMMERCE_API_URL: http://127.0.0.1:80/api/commerce/v1/
COMPREHENSIVE_THEME_DIRS: null
COURSE_CATALOG_API_URL: http://localhost:8008/api/v1/
DATABASES:
    default:
        ATOMIC_REQUESTS: true
        CONN_MAX_AGE: 60
        ENGINE: django.db.backends.mysql
        HOST: localhost
        NAME: ecommerce
        OPTIONS:
            connect_timeout: 10
        PASSWORD: password
        PORT: 3306
        USER: ecomm001
DEFAULT_SITE_THEME: null
ECOMMERCE_URL_ROOT: http://localhost:18130
EDX_API_KEY: PUT_YOUR_API_KEY_HERE
ENABLE_COMPREHENSIVE_THEMING: false
ENROLLMENT_API_URL: http://127.0.0.1:80/api/enrollment/v1/enrollment
ENTERPRISE_SERVICE_URL: http://127.0.0.1:80/enterprise/
JWT_AUTH:
    JWT_ALGORITHM: HS256
    JWT_DECODE_HANDLER: ecommerce.extensions.api.handlers.jwt_decode_handler
    JWT_ISSUERS:
    - https://localhost:80/oauth2
    - ecommerce_worker
    JWT_LEEWAY: 1
    JWT_SECRET_KEY: SET-ME-PLEASE
    JWT_SECRET_KEYS:
    - SET-ME-PLEASE
    JWT_VERIFY_EXPIRATION: true
LANGUAGE_CODE: en
LANGUAGE_COOKIE_NAME: openedx-language-preference
LMS_DASHBOARD_URL: http://127.0.0.1:80/dashboard
LMS_HEARTBEAT_URL: http://127.0.0.1:80/heartbeat
LMS_URL_ROOT: http://127.0.0.1:80
AUTH2_PROVIDER_URL: http://127.0.0.1:80/oauth2
OSCAR_FROM_EMAIL: os...@example.com
PAYMENT_PROCESSOR_CONFIG:
    edx:
        cybersource:
            access_key: SET-ME-PLEASE
            cancel_page_url: http://127.0.0.1:8000/commerce/checkout/cancel/
            merchant_id: SET-ME-PLEASE
            payment_page_url: https://set-me-please
            profile_id: SET-ME-PLEASE
            receipt_page_url: http://127.0.0.1:8000/commerce/checkout/receipt/
            secret_key: SET-ME-PLEASE
            soap_api_url: https://set-me-please
            transaction_key: SET-ME-PLEASE
        paypal:
            cancel_url: http://127.0.0.1:80/commerce/checkout/cancel/
            client_id: AUNxISs_D9MYQMxGESEjVv2jYXLFpTIkFLb1ITBr_JSk18ZIAX3DoQB0mYUTczPtB0Rv1wHrWQAG_-PH
            client_secret: EGdDCxJQ7G4U3-OJ6ORrWrKNasaZUlDOfx-oLxt7jfr9CiPW1Ziukr3d6z_AkvGp6ws42ytV6txLz2-4
            error_url: http://127.0.0.1:80/commerce/checkout/error/
            mode: sandbox
            receipt_url: http://127.0.0.1:80/commerce/checkout/receipt/
PLATFORM_NAME: Your Platform Name Here
SECRET_KEY: Your secret key here
SESSION_EXPIRE_AT_BROWSER_CLOSE: false
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY: ecommerce-secret
SOCIAL_AUTH_EDX_OIDC_ISSUER: http://localhost:80/oauth2
SOCIAL_AUTH_EDX_OIDC_KEY: ecommerce-key
SOCIAL_AUTH_EDX_OIDC_LOGOUT_URL: http://localhost:80/logout
SOCIAL_AUTH_EDX_OIDC_SECRET: ecommerce-secret
SOCIAL_AUTH_EDX_OIDC_URL_ROOT: http://localhost:80/oauth2
SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
STATIC_ROOT: /edx/var/ecommerce/staticfiles
THEME_SCSS: sass/themes/default.scss
TIME_ZONE: UTC



LMS.ENV.JSON


{
    "ACTIVATION_EMAIL_SUPPORT_LINK": "",
    "AFFILIATE_COOKIE_NAME": "dev_affiliate_id",
    "ALTERNATE_WORKER_QUEUES": "cms",
    "ANALYTICS_DASHBOARD_URL": "http://localhost:18110/courses",
    "ANALYTICS_DATA_URL": "",
    "ANALYTICS_SERVER_URL": "",
    "API_ACCESS_FROM_EMAIL": "api-re...@example.com",
    "API_ACCESS_MANAGER_EMAIL": "api-a...@example.com",
    "API_DOCUMENTATION_URL": "http://course-catalog-api-guide.readthedocs.io/en/latest/",
    "AUDIT_CERT_CUTOFF_DATE": null,
    "AUTH_DOCUMENTATION_URL": "http://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html",
    "AWS_SES_REGION_ENDPOINT": "email.us-east-1.amazonaws.com",
    "AWS_SES_REGION_NAME": "us-east-1",
    "BLOCK_STRUCTURES_SETTINGS": {
        "COURSE_PUBLISH_TASK_DELAY": 30,
        "TASK_DEFAULT_RETRY_DELAY": 30,
        "TASK_MAX_RETRIES": 5
    },
    "BOOK_URL": "",
    "BUGS_EMAIL": "bu...@example.com",
    "BULK_EMAIL_DEFAULT_FROM_EMAIL": "no-r...@example.com",
    "BULK_EMAIL_EMAILS_PER_TASK": 500,
    "BULK_EMAIL_LOG_SENT_EMAILS": false,
    "BULK_EMAIL_ROUTING_KEY_SMALL_JOBS": "edx.lms.core.low",
    "CACHES": {
        "celery": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "celery",
            "LOCATION": [
                "localhost:11211"
            ],
            "TIMEOUT": "7200"
        },
        "configuration": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "projetedx",
            "LOCATION": [
                "localhost:11211"
            ]



 },
        "course_structure_cache": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "course_structure",
            "LOCATION": [
                "localhost:11211"
            ],
            "TIMEOUT": "7200"
        },
        "default": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "default",
            "LOCATION": [
                "localhost:11211"
            ],
            "VERSION": "1"
        },
        "general": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "general",
            "LOCATION": [
                "localhost:11211"
            ]
        },
        "mongo_metadata_inheritance": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "mongo_metadata_inheritance",
            "LOCATION": [
                "localhost:11211"
            ],
            "TIMEOUT": 300
        },
        "staticfiles": {
            "BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
            "KEY_FUNCTION": "util.memcache.safe_key",
            "KEY_PREFIX": "projetedx_general",
            "LOCATION": [
                "localhost:11211"
           ]
        }
    },
    "CAS_ATTRIBUTE_CALLBACK": "",
    "CAS_EXTRA_LOGIN_PARAMS": "",
    "CAS_SERVER_URL": "",
    "CDN_VIDEO_URLS": {},
    "CELERY_BROKER_HOSTNAME": "localhost",
    "CELERY_BROKER_TRANSPORT": "amqp",
    "CELERY_BROKER_USE_SSL": false,
    "CELERY_BROKER_VHOST": "",
    "CELERY_EVENT_QUEUE_TTL": null,
    "CELERY_QUEUES": [
        "edx.lms.core.low",
        "edx.lms.core.default",
        "edx.lms.core.high",
        "edx.lms.core.high_mem"
    ],
    "CERT_QUEUE": "certificates",
    "CMS_BASE": "localhost:18010",
    "CODE_JAIL": {
        "limits": {
            "CPU": 1,
            "FSIZE": 1048576,
            "PROXY": 0,
            "REALTIME": 3,
            "VMEM": 536870912
        },
        "python_bin": "/edx/app/edxapp/venvs/edxapp-sandbox/bin/python",
        "user": "sandbox"
    },
    "COMMENTS_SERVICE_KEY": "password",
    "COMMENTS_SERVICE_URL": "http://localhost:18080",
    "COMPREHENSIVE_THEME_DIR": "",
    "COMPREHENSIVE_THEME_DIRS": [
        "/edx/app/edxapp/themes"
    ],
    "COMPREHENSIVE_THEME_LOCALE_PATHS": [],
    "CONTACT_EMAIL": "in...@example.com",
    "CONTACT_MAILING_ADDRESS": "SET-ME-PLEASE",
    "CORS_ORIGIN_ALLOW_ALL": false,
    "CORS_ORIGIN_WHITELIST": [],

 "COURSES_WITH_UNSAFE_CODE": [],
    "COURSE_ABOUT_VISIBILITY_PERMISSION": "see_exists",
    "COURSE_CATALOG_API_URL": "http://localhost:8008/api/v1",
    "COURSE_CATALOG_VISIBILITY_PERMISSION": "see_exists",
    "CREDENTIALS_INTERNAL_SERVICE_URL": "http://localhost:8005",
    "CREDENTIALS_PUBLIC_SERVICE_URL": "http://localhost:8005",
    "CREDIT_HELP_LINK_URL": "",
    "CROSS_DOMAIN_CSRF_COOKIE_DOMAIN": "",
    "CROSS_DOMAIN_CSRF_COOKIE_NAME": "",
    "CSRF_COOKIE_SECURE": false,
    "DEFAULT_FEEDBACK_EMAIL": "feed...@example.com",
    "DEFAULT_FILE_STORAGE": "django.core.files.storage.FileSystemStorage",
    "DEFAULT_FROM_EMAIL": "regist...@example.com",
    "DEFAULT_SITE_THEME": "edx.org",
    "DEPRECATED_ADVANCED_COMPONENT_TYPES": [],
    "ECOMMERCE_API_URL": "http://localhost:18130/api/v2",
    "ECOMMERCE_PUBLIC_URL_ROOT": "http://localhost:18130",
    "EDXMKTG_USER_INFO_COOKIE_NAME": "edx-user-info",
    "EDXNOTES_INTERNAL_API": "http://localhost:18120/api/v1",
    "EDXNOTES_PUBLIC_API": "http://localhost:18120/api/v1",
    "ELASTIC_SEARCH_CONFIG": [
        {
            "host": "localhost",
            "port": 9200,
            "use_ssl": false
        }
    ],
    "EMAIL_BACKEND": "django.core.mail.backends.smtp.EmailBackend",
    "EMAIL_HOST": "localhost",
    "EMAIL_PORT": 25,
    "EMAIL_USE_TLS": false,
    "ENABLE_COMPREHENSIVE_THEMING": true,
    "ENTERPRISE_API_URL": "https://localhost:80/enterprise/api/v1",
    "ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES": [
        "audit",
        "honor"
    ],
    "FEATURES": {
        "AUTH_USE_OPENID_PROVIDER": true,
        "AUTOMATIC_AUTH_FOR_TESTING": false,
        "CUSTOM_COURSES_EDX": false,
 "ENABLE_COMBINED_LOGIN_REGISTRATION": true,
        "ENABLE_CORS_HEADERS": false,
        "ENABLE_COUNTRY_ACCESS": false,
        "ENABLE_CREDIT_API": false,
        "ENABLE_CREDIT_ELIGIBILITY": false,
        "ENABLE_CROSS_DOMAIN_CSRF_COOKIE": false,
        "ENABLE_CSMH_EXTENDED": true,
        "ENABLE_DISCUSSION_HOME_PANEL": true,
        "ENABLE_DISCUSSION_SERVICE": true,
        "ENABLE_EDXNOTES": false,
        "ENABLE_GRADE_DOWNLOADS": true,
        "ENABLE_INSTRUCTOR_ANALYTICS": false,
        "ENABLE_MKTG_SITE": false,
        "ENABLE_MOBILE_REST_API": false,
        "ENABLE_OAUTH2_PROVIDER": true,
        "ENABLE_ONLOAD_BEACON": false,
        "ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES": true,
        "ENABLE_SPECIAL_EXAMS": false,
        "ENABLE_SYSADMIN_DASHBOARD": false,
        "ENABLE_THIRD_PARTY_AUTH": true,
        "ENABLE_VIDEO_BEACON": false,
        "ENABLE_VIDEO_UPLOAD_PIPELINE": false,
        "PREVIEW_LMS_BASE": "preview.localhost:18020",
        "SHOW_FOOTER_LANGUAGE_SELECTOR": true,
        "SHOW_HEADER_LANGUAGE_SELECTOR": false
    },
    "FEEDBACK_SUBMISSION_EMAIL": "",
    "FILE_UPLOAD_STORAGE_BUCKET_NAME": "SET-ME-PLEASE (ex. bucket-name)",
    "FILE_UPLOAD_STORAGE_PREFIX": "submissions_attachments",
    "FINANCIAL_REPORTS": {
        "BUCKET": null,
        "ROOT_PATH": "sandbox",
        "STORAGE_TYPE": "localfs"
    },
    "FOOTER_ORGANIZATION_IMAGE": "images/logo.png",
    "GITHUB_REPO_ROOT": "/edx/var/edxapp/data",
    "GIT_REPO_DIR": "/edx/var/edxapp/course_repos",
    "GRADES_DOWNLOAD": {
        "BUCKET": "",
        "ROOT_PATH": "",
        "STORAGE_CLASS": "django.core.files.storage.FileSystemStorage",
  "STORAGE_KWARGS": {
            "location": "/tmp/edx-s3/grades"
        },
        "STORAGE_TYPE": ""
    },
    "HELP_TOKENS_BOOKS": {
        "course_author": "http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course",
        "learner": "http://edx.readthedocs.io/projects/open-edx-learner-guide"
    },
    "ICP_LICENSE": null,
    "JWT_AUTH": {
        "JWT_AUDIENCE": "SET-ME-PLEASE",
        "JWT_ISSUER": "http://127.0.0.1:80/oauth2",
        "JWT_SECRET_KEY": "SET-ME-PLEASE"
    },
    "JWT_EXPIRATION": 30,
    "JWT_EXPIRED_PRIVATE_SIGNING_KEYS": [],
    "JWT_ISSUER": "http://127.0.0.1:80/oauth2",
    "JWT_PRIVATE_SIGNING_KEY": null,
    "LANGUAGE_CODE": "en",
    "LANGUAGE_COOKIE": "openedx-language-preference",
    "LMS_BASE": "localhost:80",
    "LMS_ROOT_URL": "http://localhost:80",
    "LOCAL_LOGLEVEL": "INFO",
    "LOGGING_ENV": "sandbox",
    "LOG_DIR": "/edx/var/logs/edx",
    "LTI_AGGREGATE_SCORE_PASSBACK_DELAY": 900,
    "LTI_USER_EMAIL_DOMAIN": "lti.example.com",
    "MAILCHIMP_NEW_USER_LIST_ID": null,
    "MEDIA_ROOT": "/edx/var/edxapp/media/",
    "MEDIA_URL": "/media/",
    "MICROSITE_CONFIGURATION": {},
    "MICROSITE_ROOT_DIR": "/edx/app/edxapp/edx-microsite",
    "MKTG_URLS": {},
    "MKTG_URL_LINK_MAP": {},
    "MOBILE_STORE_URLS": {},
    "OAUTH_ENFORCE_SECURE": false,
    "OAUTH_EXPIRE_CONFIDENTIAL_CLIENT_DAYS": 365,
 "OAUTH_EXPIRE_CONFIDENTIAL_CLIENT_DAYS": 365,
    "OAUTH_EXPIRE_PUBLIC_CLIENT_DAYS": 30,
    "OAUTH_OIDC_ISSUER": "http://127.0.0.1:80/oauth2",
    "ONLOAD_BEACON_SAMPLE_RATE": 0.0,
    "ORA2_FILE_PREFIX": "default_env-default_deployment/ora2",
    "PAID_COURSE_REGISTRATION_CURRENCY": [
        "cad",
        "$"
    ],
    "PARTNER_SUPPORT_EMAIL": "",
    "PASSWORD_RESET_SUPPORT_LINK": "",
    "PAYMENT_SUPPORT_EMAIL": "bil...@example.com",
    "PDF_RECEIPT_BILLING_ADDRESS": "Enter your receipt billing\naddress here.\n",
    "PDF_RECEIPT_COBRAND_LOGO_PATH": "",
    "PDF_RECEIPT_DISCLAIMER_TEXT": "ENTER YOUR RECEIPT DISCLAIMER TEXT HERE.\n",
    "PDF_RECEIPT_FOOTER_TEXT": "Enter your receipt footer text here.\n",
    "PDF_RECEIPT_LOGO_PATH": "",
    "PDF_RECEIPT_TAX_ID": "00-0000000",
    "PDF_RECEIPT_TAX_ID_LABEL": "fake Tax ID",
    "PDF_RECEIPT_TERMS_AND_CONDITIONS": "Enter your receipt terms and conditions here.\n",
    "PERFORMANCE_GRAPHITE_URL": "SetPerformanceGraphiteHostName",
    "PLATFORM_FACEBOOK_ACCOUNT": "http://www.facebook.com/YourPlatformFacebookAccount",
    "PLATFORM_NAME": "Academie des Entrepreneurs Genereaux",
    "PLATFORM_TWITTER_ACCOUNT": "@YourPlatformTwitterAccount",
    "PRESS_EMAIL": "pr...@example.com",
    "PROCTORING_SETTINGS": {},
    "PROFILE_IMAGE_BACKEND": {
        "class": "storages.backends.overwrite.OverwriteStorage",
        "options": {
            "base_url": "/media/profile-images/",
            "location": "/edx/var/edxapp/media/profile-images/"
        }
    },
    "PROFILE_IMAGE_MAX_BYTES": 1048576,
    "PROFILE_IMAGE_MIN_BYTES": 100,
    "RECALCULATE_GRADES_ROUTING_KEY": "edx.lms.core.default",
    "REGISTRATION_EXTRA_FIELDS": {
        "city": "hidden",
        "confirm_email": "hidden",
        "country": "required",
        "gender": "optional",
        "goals": "optional",


 "honor_code": "required",
        "level_of_education": "optional",
        "mailing_address": "hidden",
        "terms_of_service": "hidden",
        "year_of_birth": "optional"
    },
    "SERVER_EMAIL": "dev...@example.com",
    "SESSION_COOKIE_DOMAIN": "",
    "SESSION_COOKIE_NAME": "sessionid",
    "SESSION_COOKIE_SECURE": false,
    "SESSION_SAVE_EVERY_REQUEST": false,
    "SITE_NAME": "localhost",
    "SOCIAL_MEDIA_FOOTER_URLS": {},
    "SOCIAL_SHARING_SETTINGS": {
        "CERTIFICATE_FACEBOOK": false,
        "CERTIFICATE_TWITTER": false,
        "CUSTOM_COURSE_URLS": false,
        "DASHBOARD_FACEBOOK": false,
        "DASHBOARD_TWITTER": false
    },
    "STATIC_ROOT_BASE": "/edx/var/edxapp/staticfiles",
    "STATIC_URL_BASE": "/static/",
    "STUDIO_NAME": "Studio",
    "STUDIO_SHORT_NAME": "Studio",
    "SUPPORT_SITE_LINK": "",
    "SYSLOG_SERVER": "",
    "TECH_SUPPORT_EMAIL": "tech...@example.com",
    "TIME_ZONE": "America/New_York",
    "UNIVERSITY_EMAIL": "unive...@example.com",
    "VIDEO_CDN_URL": {
        "EXAMPLE_COUNTRY_CODE": "http://example.com/edx/video?s3_url="
    },
    "VIDEO_IMAGE_MAX_AGE": 31536000,
    "VIDEO_IMAGE_SETTINGS": {
        "VIDEO_IMAGE_MAX_BYTES": 2097152,
        "VIDEO_IMAGE_MIN_BYTES": 2048
    },
    "VIDEO_UPLOAD_PIPELINE": {
        "BUCKET": "",
        "ROOT_PATH": ""

 },
    "VIRTUAL_UNIVERSITIES": [],
    "WIKI_ENABLED": true,
    "XBLOCK_FS_STORAGE_BUCKET": null,
    "XBLOCK_FS_STORAGE_PREFIX": null,
    "XBLOCK_SETTINGS": {},
    "ZENDESK_CUSTOM_FIELDS": {},
    "ZENDESK_URL": ""
}
Reply all
Reply to author
Forward
Message has been deleted
0 new messages