mirror of https://gitee.com/bigwinds/arangodb
Remove unused etc/jenkins
This commit is contained in:
parent
86ce5c5bb2
commit
26dc7f9a15
|
@ -1,23 +0,0 @@
|
|||
[database]
|
||||
auto-upgrade = false
|
||||
upgrade-check = false
|
||||
|
||||
[server]
|
||||
rest-server = false
|
||||
authentication = false
|
||||
# username = root
|
||||
# password =
|
||||
|
||||
statistics = false
|
||||
|
||||
[javascript]
|
||||
startup-directory = ./js
|
||||
app-path = ./js/apps
|
||||
script = ./js/server/arango-dfdb.js
|
||||
v8-contexts = 1
|
||||
|
||||
[foxx]
|
||||
queues = false
|
||||
|
||||
[log]
|
||||
level = info
|
|
@ -1,2 +0,0 @@
|
|||
[server]
|
||||
authentication = false
|
|
@ -1,4 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
||||
|
||||
[log]
|
||||
level = requests=trace
|
|
@ -1 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
|
@ -1,25 +0,0 @@
|
|||
[log]
|
||||
force-direct = false
|
||||
line-number = true
|
||||
foreground-tty = false
|
||||
level = info
|
||||
level = replication=debug
|
||||
level = development=debug
|
||||
level = agency=trace
|
||||
level = pregel=debug
|
||||
|
||||
[database]
|
||||
force-sync-properties = false
|
||||
maximal-journal-size = 1048576
|
||||
|
||||
[javascript]
|
||||
allow-admin-execute = true
|
||||
startup-directory = @TOP_DIR@/js
|
||||
module-directory = @TOP_DIR@/enterprise/js
|
||||
|
||||
[server]
|
||||
allow-use-database = true
|
||||
authentication = false
|
||||
|
||||
[ssl]
|
||||
keyfile = @TOP_DIR@/UnitTests/server.pem
|
|
@ -1,4 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
||||
|
||||
[log]
|
||||
level = agencycomm=trace
|
|
@ -1,4 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
||||
|
||||
[log]
|
||||
#level = replication=trace
|
|
@ -1 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
|
@ -1 +0,0 @@
|
|||
@include etc/jenkins/arangod-common.conf
|
|
@ -1,13 +0,0 @@
|
|||
[server]
|
||||
authentication = false
|
||||
|
||||
[javascript]
|
||||
startup-directory = ./js
|
||||
allow-external-process-control = true
|
||||
allow-port-testing = true
|
||||
|
||||
[javascript:enterprise]
|
||||
module-directory = ./enterprise/js
|
||||
|
||||
[log]
|
||||
file = -
|
|
@ -1,11 +0,0 @@
|
|||
[console]
|
||||
pretty-print = true
|
||||
|
||||
[server]
|
||||
authentication = false
|
||||
# username = root
|
||||
# password =
|
||||
|
||||
[javascript]
|
||||
startup-directory = ./js
|
||||
execute-string = require("@arangodb/foxx/manager").run(ARGUMENTS);
|
Loading…
Reference in New Issue