Skip to content

Commit

Permalink
Hide Secret Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashmdz committed Apr 3, 2024
1 parent ce3e95e commit dd4ac7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: pip install -r requirements.txt


2 changes: 1 addition & 1 deletion restaurant_booking_system/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# See https://docs.djangoproject.com/en/4.2/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-lo_ku^_ng8lfke_0w$$nf4l3mr$$whtp#@+8$-y!jvuc&r-0ii'
SECRET_KEY = 'r8$&i+tiywn6*#bm26*wz47sj538g)5-3^f=est%lig5v^0qbn'

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

0 comments on commit dd4ac7d

Please sign in to comment.