There was an error while loading. Please reload this page.
1 parent 0387482 commit 474bdb5Copy full SHA for 474bdb5
2 files changed
tests/vm-tests/nginx-integration.nix
@@ -81,6 +81,7 @@ in
81
enable = true;
82
downloadsDir = "/downloads/usenet";
83
apiKeyPath = pkgs.writeText "sabnzbd-apikey" "sabnzbd555555555555555555555555555";
84
+ nzbKeyPath = pkgs.writeText "sabnzbd-nzbkey" "sabnzbd666666666666666666666666666";
85
settings = {
86
port = 8080;
87
host = "127.0.0.1";
tests/vm-tests/sabnzbd-basic.nix
@@ -26,6 +26,7 @@ in
26
27
28
apiKeyPath = pkgs.writeText "sabnzbd-apikey" "testapikey123456789abcdef";
29
+ nzbKeyPath = pkgs.writeText "sabnzbd-nzbkey" "testnzbkey123456789abcdef";
30
environmentSecrets = [
31
{
32
env = "EWEKA_USERNAME";
0 commit comments