chore: 🔒 remove default example secret key from settings
This commit is contained in:
parent
113a2efbd2
commit
30b0e63d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ env.read_env(BASE_DIR / ".env")
|
||||||
DEBUG = env.bool("DEBUG", default=False)
|
DEBUG = env.bool("DEBUG", default=False)
|
||||||
|
|
||||||
# Secret key
|
# Secret key
|
||||||
SECRET_KEY = env.str("SECRET_KEY", default="insecure-keyboard-cat-abcd1234")
|
SECRET_KEY = env.str("SECRET_KEY")
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue