Skip to content

Instantly share code, notes, and snippets.

@name1984
Last active September 21, 2015 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save name1984/2f6aa9f1c95673c027fd to your computer and use it in GitHub Desktop.
Save name1984/2f6aa9f1c95673c027fd to your computer and use it in GitHub Desktop.
configuracion microsites /edx/app/edxapp/lms.env.json
"FEATURES": {
"USE_MICROSITES": true
},
"MICROSITE_CONFIGURATION": {
"mineduc": {
"domain_prefix": "mineduc",
"university": "mineduc-forma",
"platform_name": "FormaX",
"logo_image_url": "mineduc/images/header-logo.png",
"email_from_address": "info@formax.edu.ec",
"payment_support_email": "info@formax.edu.ec",
"ENABLE_MKTG_SITE": false,
"SITE_NAME": "mineduc.formax.edu.ec",
"course_org_filter": "mineduc-forma",
"course_about_show_social_links": false,
"css_overrides_file": "mineduc/css/mineduc.css",
"show_partners": false,
"show_homepage_promo_video": true,
"homepage_promo_video_youtube_id": "flhJD96eQho",
"course_index_overlay_text": "FormaX",
"course_index_overlay_logo_file": "mineduc/images/header-logo.png",
"homepage_overlay_html": "<h1>CURSOS FORMA</h1>",
"ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER": false,
"favicon_path": "mineduc/images/favicon.ico"
}
},
"MICROSITE_ROOT_DIR": "/edx/app/edxapp/microsites",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment