mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 20:31:42 +02:00
Reenable plain HTTP, change HTTPS port to 1788
This commit is contained in:
parent
c5bd0ed6df
commit
153d004004
11 changed files with 264 additions and 142 deletions
|
@ -48,7 +48,9 @@ struct ServerSettings
|
|||
{
|
||||
bool enabled{true};
|
||||
size_t port{1780};
|
||||
size_t ssl_port{1788};
|
||||
std::vector<std::string> bind_to_address{{"0.0.0.0"}};
|
||||
std::vector<std::string> ssl_bind_to_address{{"0.0.0.0"}};
|
||||
std::string doc_root{""};
|
||||
std::string host{"<hostname>"};
|
||||
inline static ImageCache image_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue