Skip to content

Commit b1e4d13

Browse files
committed
changed the database to be postgres
1 parent 00ee35e commit b1e4d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feedlink/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Quick-start development settings - unsuitable for production
2727
# See https://docs.djangoproject.com/en/5.2/howto/deployment/checklist/
2828

29-
SECRET_KEY = os.environ.get('SECRET_KEY', 'fallback-insecure-key-for-dev-only')
29+
SECRET_KEY = os.environ.get('SECRET_KEY')
3030

3131
# SECURITY WARNING: don't run with debug turned on in production!
3232
DEBUG = True

0 commit comments

Comments
 (0)