mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
Fix linting errors, fix default database url. Closes #193
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TZ=UTC
|
||||
BASE_URL=http://localhost:1337
|
||||
DATABASE_URL=postgresql://ghostly@localhost/planka
|
||||
DATABASE_URL=postgresql://postgres@localhost/planka
|
||||
SECRET_KEY=notsecretkey
|
||||
|
||||
Reference in New Issue
Block a user