Skip to content

Commit 49160d2

Browse files
authored
Refactor notes in valkey.json for clarity
Updated notes structure to include detailed login instructions.
1 parent 8735336 commit 49160d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/public/json/valkey.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"username": null,
3232
"password": null
3333
},
34-
"notes": ["On first launch, a random password is set for the default user using `requirepass`; the generated password is stored in `/root/.valkey_pass.txt inside the container`." ]
34+
"notes": [
35+
{
36+
"text": "Show Login Credentials, type `cat /root/.valkey_pass.txt` in the LXC console",
37+
"type": "info"
38+
},
39+
]
3540
}

0 commit comments

Comments
 (0)