Skip to content

Commit

Permalink
WHY SECRETS IS NOT WORK?!?!
Browse files Browse the repository at this point in the history
  • Loading branch information
Данил Данилыч committed Aug 16, 2023
1 parent 79716dc commit fff824b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/kittygram_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

BASE_DIR = Path(__file__).resolve().parent.parent

SECRET_KEY = 'django-insecure-cg6*%6d51ef8f#4!r3*$vmxm4)abgjw8mo!4y-q*uq1!4$-89$'
# SECRET_KEY = os.getenv('SECRET_KEY')
# SECRET_KEY = 'django-insecure-cg6*%6d51ef8f#4!r3*$vmxm4)abgjw8mo!4y-q*uq1!4$-89$'
SECRET_KEY = os.getenv('SECRET_KEY')

DEBUG = True
# EBUG = os.getenv('DEBUG', 'false').lower() == 'true'
Expand Down

0 comments on commit fff824b

Please sign in to comment.