Add the simple dev configuration.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DATABASE_NAME=link_shortener_dev
|
||||
DATABASE_USERNAME=postgres
|
||||
DATABASE_PASSWORD=postgres
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5432
|
||||
|
||||
SECRET_KEY_BASE=your_secure_secret_key_base
|
||||
Reference in New Issue
Block a user