Skip to content

Commit

Permalink
Merge pull request #20 from SmartReports/Update_environ
Browse files Browse the repository at this point in the history
Fix Perche sono down
  • Loading branch information
PaulMagos authored Nov 10, 2023
2 parents 4a1d1ad + 76e3420 commit 53e94bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartreport/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
os.environ.setdefault('DEBUG', "True")
os.environ.setdefault('SECRET_KEY', "django-insecure-uji3*2a6x#!jcvjy9ogvgoo5h6jb=$au1w)1*u1yk!6$+z#obj")

SECRET_KEY = os.environ.get('SECRET_KEY')

ALLOWED_HOSTS = [
"127.0.0.1",
Expand Down

0 comments on commit 53e94bc

Please sign in to comment.