mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 09:15:35 +03:00
Set default Postgres user, delete user creation information from readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user