We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b9d2e commit 4369e91Copy full SHA for 4369e91
tests/static/cluster-3.11.conf
@@ -0,0 +1,14 @@
1
+[starter]
2
+mode = cluster
3
+local = true
4
+address = 0.0.0.0
5
+port = 8528
6
+
7
+[auth]
8
+jwt-secret = /tests/static/keyfile
9
10
+[args]
11
+all.database.password = passwd
12
+all.database.extended-names = true
13
+all.log.api-enabled = true
14
+all.javascript.allow-admin-execute = true
tests/static/single-3.11.conf
@@ -0,0 +1,12 @@
+mode = single
0 commit comments