Skip to content

Commit

Permalink
updated the settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fareed95 committed Nov 2, 2024
1 parent 2cf29d9 commit 4f05678
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
38 changes: 37 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,32 @@
}
],
"results": {
"Endpoints.md": [
{
"type": "Secret Keyword",
"filename": "Endpoints.md",
"hashed_secret": "7686760c5380ad82c07ae79463f649592499034f",
"is_verified": false,
"line_number": 13,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "Endpoints.md",
"hashed_secret": "41d489285578ecc952fed2c386176fe294e9df7e",
"is_verified": false,
"line_number": 14,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "Endpoints.md",
"hashed_secret": "3bed76eaf1f24ca8dd40308d7c6b2e47905ed885",
"is_verified": false,
"line_number": 33,
"is_secret": false
}
],
"server/api/serializer.py": [
{
"type": "Secret Keyword",
Expand All @@ -137,6 +163,16 @@
"is_secret": false
}
],
"server/server/settings.py": [
{
"type": "Secret Keyword",
"filename": "server/server/settings.py",
"hashed_secret": "5aa7a9ceda7007703d67c380f284c2e7fc872835",
"is_verified": false,
"line_number": 17,
"is_secret": false
}
],
"setup.sh": [
{
"type": "Secret Keyword",
Expand All @@ -148,5 +184,5 @@
}
]
},
"generated_at": "2024-10-31T11:49:41Z"
"generated_at": "2024-11-02T15:51:36Z"
}
2 changes: 1 addition & 1 deletion server/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.getenv('DJANGO_SECRET_KEY')
SECRET_KEY = 'django-insecure-d)7yx(gotz26ogt9^0d7knwnk8vnh7ww&*e()b62do@uum5rcd'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
Expand Down

0 comments on commit 4f05678

Please sign in to comment.