Skip to content

Commit

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

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 = os.getenv('SECRET_KEY')

DEBUG = True
# DEBUG = 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 f0db9de

Please sign in to comment.