Skip to content

Commit 3b7f591

Browse files
committed
changed the database to be postgres
1 parent 9444a6d commit 3b7f591

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

feedlink/settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525

2626
# Quick-start development settings - unsuitable for production
2727
# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/
28+
SECRET_KEY = os.getenv('SECRET_KEY', '')
29+
30+
31+
32+
33+
2834

2935

3036
# SECURITY WARNING: don't run with debug turned on in production!

0 commit comments

Comments
 (0)