Skip to content

Commit

Permalink
fix end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 29, 2023
1 parent d62a0ff commit 83faff4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/static/cluster-3.10.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jwt-secret = /tests/static/keyfile
[args]
all.database.password = passwd
all.log.api-enabled = true
all.javascript.allow-admin-execute = true
all.javascript.allow-admin-execute = true
2 changes: 1 addition & 1 deletion tests/static/cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jwt-secret = /tests/static/keyfile
all.database.password = passwd
all.database.extended-names = true
all.log.api-enabled = true
all.javascript.allow-admin-execute = true
all.javascript.allow-admin-execute = true
2 changes: 1 addition & 1 deletion tests/static/single-3.10.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jwt-secret = /tests/static/keyfile

[args]
all.database.password = passwd
all.javascript.allow-admin-execute = true
all.javascript.allow-admin-execute = true
2 changes: 1 addition & 1 deletion tests/static/single.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jwt-secret = /tests/static/keyfile
[args]
all.database.password = passwd
all.database.extended-names = true
all.javascript.allow-admin-execute = true
all.javascript.allow-admin-execute = true

0 comments on commit 83faff4

Please sign in to comment.