mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Fix linting errors, fix default database url. Closes #193
This commit is contained in:
parent
cddc8cbba5
commit
76a77fefdd
4 changed files with 97 additions and 97 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue