Disable auth

This commit is contained in:
badaix 2025-06-05 21:34:24 +02:00 committed by Johannes Pohl
parent 1a9d0b3516
commit 958310d9bd
4 changed files with 6 additions and 3 deletions

View file

@ -322,6 +322,8 @@ int main(int argc, char* argv[])
settings.stream.sources.push_back(sourceValue->value(n));
}
// TODO: auth
settings.auth.enabled = false;
if (settings.auth.enabled)
{
std::vector<std::string> roles;