mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 04:56:13 +02:00
Make key password configurable
This commit is contained in:
parent
8141e72f07
commit
c2528623cd
5 changed files with 41 additions and 19 deletions
|
@ -42,6 +42,7 @@ struct ServerSettings
|
|||
{
|
||||
std::string certificate{""};
|
||||
std::string private_key{""};
|
||||
std::string key_password{""};
|
||||
};
|
||||
|
||||
struct Http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue