Update the database to use Postgres.
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
DEBUG=True
|
||||
SECRET_KEY='your-secure-key'
|
||||
|
||||
DATABASE_NAME=postgres_dev
|
||||
DATABASE_USERNAME=postgres
|
||||
DATABASE_PASSWORD=testpassword
|
||||
DATABASE_HOST=postgres
|
||||
DATABASE_PORT=5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user