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