mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Set default Postgres user, delete user creation information from readme
This commit is contained in:
parent
c02bd16dd3
commit
5e0b2b9f0a
2 changed files with 4 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
TZ=UTC
|
||||
BASE_URL=http://localhost:1337
|
||||
DATABASE_URL=postgresql://localhost/planka
|
||||
DATABASE_URL=postgresql://postgres@localhost/planka
|
||||
SECRET_KEY=notsecretkey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue