Skip to content

Commit

Permalink
adf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii265 committed Jun 19, 2023
1 parent 79e35ab commit f0a9375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

SECRET_KEY = env('SECRET_KEY', 'django-insecure-123')
SECRET_KEY = env('SECRET_KEY', 'django-insecure')

DEBUG = env('DEBUG', default=False)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
# Это контейнер БД
db:
# Из какого образа запустить контейнер:
image: postgres:13.10
image: postgres:13.10
# Файл (или список файлов) с переменными окружения
env_file: .env
# Какой volume подключить для этого контейнера
Expand Down

0 comments on commit f0a9375

Please sign in to comment.