Remove the password for local settings

This commit is contained in:
Andreas Zweili 2023-07-14 14:24:22 +02:00
parent 1551150ede
commit 2e781b2cd1
1 changed files with 0 additions and 1 deletions

View File

@ -32,6 +32,5 @@ DATABASES = {
"USER": os.environ.get("USER"),
"HOST": "localhost",
"PORT": 5432,
"PASSWORD": "password",
}
}