mirror of
https://github.com/Rushilwiz/launchx.git
synced 2025-04-05 12:40:18 -04:00
dev: removed db login from secret definitions
This commit is contained in:
parent
7fb60268df
commit
a9ecc11749
|
@ -8,7 +8,5 @@
|
||||||
SECRET_KEYS = [
|
SECRET_KEYS = [
|
||||||
# start with your Django secret key like this:
|
# start with your Django secret key like this:
|
||||||
"SECRET_KEY",
|
"SECRET_KEY",
|
||||||
"DEBUG",
|
"DEBUG"
|
||||||
"DB_USER",
|
|
||||||
"DB_PASS"
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user