-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into john/0.4-lpo-performance-boost
- Loading branch information
Showing
2 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,13 @@ | |
# Django development debug mode | ||
DEBUG=true | ||
|
||
# Set a database to use with devsite | ||
# The default database is SQLite and assigned in devsite/settings.py | ||
# Use this specific string if you want to run Figures with MySQL Docker | ||
# For more details, read the django-environ README | ||
# https://github.com/joke2k/django-environ/blob/v0.4.5/README.rst | ||
DATABASE_URL=mysql://figures_user:[email protected]:3306/figures-db | ||
|
||
# Set which expected Open edX release mocks for devsite to use. | ||
# Valid options are: "GINKGO", "HAWTHORN", "JUNIPER" | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters