summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-19 16:27:04 +0200
committerRory& <root@rory.gay>2026-05-19 16:27:04 +0200
commit154f60fdd1c203cad8a1f1c59ca7c019fec2c961 (patch)
tree083b1e67d129011ed735bc9e021f2cfbe4b4124e
parentRework status enum schema (diff)
downloadserver-ts-154f60fdd1c203cad8a1f1c59ca7c019fec2c961.tar.xz
Bundle tests: dont use gateway offload
-rw-r--r--nix/tests/test-bundle-starts.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/nix/tests/test-bundle-starts.nix b/nix/tests/test-bundle-starts.nix

index b9e5d0e2..86b998cf 100644 --- a/nix/tests/test-bundle-starts.nix +++ b/nix/tests/test-bundle-starts.nix
@@ -32,13 +32,6 @@ in }; nginx.enable = true; - offload = { - enable = true; - gateway = { - enableGuildSync = true; - }; - extraConfiguration.ConnectionStrings.Spacebar = "Host=127.0.0.1; Username=Spacebar; Password=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"; - }; }; in lib.trace ("Testing with config: " + builtins.toJSON cfg) cfg;