Skip to content

Commit

Permalink
Merge pull request #1632 from Sefaria/strapi-hot-fix
Browse files Browse the repository at this point in the history
fix: hotfix strapi settings to get site up
  • Loading branch information
rneiss committed Sep 12, 2023
2 parents f698af0 + e424058 commit f791d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
# Make this unique, and don't share it with anybody.
SECRET_KEY = ''

STRAPI_LOCATION = 'https://credible-basketball-a14e66cd27.strapiapp.com'
STRAPI_PORT = 443

TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
Expand Down

0 comments on commit f791d8f

Please sign in to comment.