mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-06 23:19:47 +00:00
Dont enable CDN signing user agent requirement in tests
This commit is contained in:
@@ -62,9 +62,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
rabbitmq = {
|
||||
host = lib.mkIf isRabbitMqTest "amqp://guest:guest@127.0.0.1:5672";
|
||||
};
|
||||
rabbitmq.host = lib.mkIf isRabbitMqTest "amqp://guest:guest@127.0.0.1:5672";
|
||||
security.cdnSignatureIncludeUserAgent = false;
|
||||
};
|
||||
|
||||
nginx.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user