From 85931933ac48b43e097caf17b8b31e1a77fd82f2 Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Tue, 25 Feb 2025 11:29:11 +0530 Subject: [PATCH] Cleaning up unused 3.10 files. --- tests/static/cluster-3.10.conf | 13 ------------- tests/static/single-3.10.conf | 11 ----------- 2 files changed, 24 deletions(-) delete mode 100644 tests/static/cluster-3.10.conf delete mode 100644 tests/static/single-3.10.conf diff --git a/tests/static/cluster-3.10.conf b/tests/static/cluster-3.10.conf deleted file mode 100644 index d7732c90..00000000 --- a/tests/static/cluster-3.10.conf +++ /dev/null @@ -1,13 +0,0 @@ -[starter] -mode = cluster -local = true -address = 0.0.0.0 -port = 8528 - -[auth] -jwt-secret = /tests/static/keyfile - -[args] -all.database.password = passwd -all.log.api-enabled = true -all.javascript.allow-admin-execute = true diff --git a/tests/static/single-3.10.conf b/tests/static/single-3.10.conf deleted file mode 100644 index 09d1d9f3..00000000 --- a/tests/static/single-3.10.conf +++ /dev/null @@ -1,11 +0,0 @@ -[starter] -mode = single -address = 0.0.0.0 -port = 8528 - -[auth] -jwt-secret = /tests/static/keyfile - -[args] -all.database.password = passwd -all.javascript.allow-admin-execute = true