11 lines
136 B
Markdown
11 lines
136 B
Markdown
# Config File Format
|
|
|
|
.ini file
|
|
```ini
|
|
[Navidrome]
|
|
user = username
|
|
pass = password
|
|
url = https://navidrome-subdomain.my-domain.tld
|
|
```
|
|
|