diff --git a/frontend/public/json/planka.json b/frontend/public/json/planka.json index 003c5576..f0b50dfe 100644 --- a/frontend/public/json/planka.json +++ b/frontend/public/json/planka.json @@ -35,6 +35,10 @@ { "text": "After installation finishes, type `cd /opt/planka/planka && npm run db:create-admin-user` inside LXC and follow prompts to create admin user.", "type": "info" + }, + { + "text": "Type `cat ~/planka.creds` to see database credentials.", + "type": "info" } ] }