Skip to content

Commit

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

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'
# DEBUG = os.getenv('DEBUG', 'false').lower() == 'true'

ALLOWED_HOSTS = ['158.160.74.55', '127.0.0.1', 'localhost', 'kittygramich.ddnsking.com']

Expand Down

0 comments on commit 9de7e17

Please sign in to comment.