Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
891dab62
Commit
891dab62
authored
Aug 10, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9141 from Stanford-Online/aliang8/devstack-https
Deactivate HTTPS on devstack
parents
026c7edf
46434582
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
cms/envs/dev.py
+2
-0
cms/envs/devstack.py
+1
-0
lms/envs/devstack.py
+1
-0
No files found.
cms/envs/dev.py
View file @
891dab62
...
...
@@ -13,6 +13,8 @@ from lms.envs.dev import (WIKI_ENABLED)
DEBUG
=
True
TEMPLATE_DEBUG
=
DEBUG
HTTPS
=
'off'
LOGGING
=
get_logger_config
(
ENV_ROOT
/
"log"
,
logging_env
=
"dev"
,
tracking_filename
=
"tracking.log"
,
...
...
cms/envs/devstack.py
View file @
891dab62
...
...
@@ -11,6 +11,7 @@ MEDIA_ROOT = "/edx/var/edxapp/uploads"
DEBUG
=
True
USE_I18N
=
True
TEMPLATE_DEBUG
=
DEBUG
HTTPS
=
'off'
################################ LOGGERS ######################################
...
...
lms/envs/devstack.py
View file @
891dab62
...
...
@@ -16,6 +16,7 @@ SITE_NAME = 'localhost:8000'
PLATFORM_NAME
=
ENV_TOKENS
.
get
(
'PLATFORM_NAME'
,
'Devstack'
)
# By default don't use a worker, execute tasks as if they were local functions
CELERY_ALWAYS_EAGER
=
True
HTTPS
=
'off'
################################ LOGGERS ######################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment