-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.example.json
More file actions
15 lines (13 loc) · 853 Bytes
/
Copy pathsecrets.example.json
File metadata and controls
15 lines (13 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"_comment": "Chronicle secrets. Copy this file to secrets.json and fill in real values. secrets.json is git-ignored and must NEVER be committed. Missing/empty secrets degrade gracefully: no bootstrap password -> the bootstrap user is simply not created; no Navidrome credentials -> the Navidrome music source is unavailable. See docs/configuration.md.",
"bootstrap": {
"_comment": "The account created automatically on first server start so you can log in out of the box. Password must be at least 6 characters or the account is skipped. Username defaults to 'kris' if left empty.",
"username": "",
"password": ""
},
"navidrome": {
"_comment": "Navidrome (Subsonic API) login used server-side to stream music. The server URL and playlist are non-secret and live in config.json.",
"username": "",
"password": ""
}
}