mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-22 04:27:05 +02:00
Read users and roles, remove JWT
This commit is contained in:
parent
9247588764
commit
42f4c39e6c
13 changed files with 144 additions and 68 deletions
|
@ -103,7 +103,7 @@ struct ClientSettings
|
|||
/// Log settings
|
||||
struct Logging
|
||||
{
|
||||
/// The log sink (null,system,stdout,stderr,file:<filename>)
|
||||
/// The log sink (null,system,stdout,stderr,file)
|
||||
std::string sink;
|
||||
/// Log filter
|
||||
std::string filter{"*:info"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue