Skip to content

Commit 8c35ae0

Browse files
[skip ci] Automatic commit of generated files from CircleCI (#705)
Co-authored-by: CircleCI Job <[email protected]>
1 parent 7da04fe commit 8c35ae0

33 files changed

+689
-259
lines changed

site/data/3.11/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@
10631063
},
10641064
"server.authentication" : {
10651065
"category" : "option",
1066-
"default" : false,
1066+
"default" : true,
10671067
"deprecatedIn" : null,
10681068
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10691069
"dynamic" : false,
@@ -1130,7 +1130,7 @@
11301130
"server.endpoint" : {
11311131
"category" : "option",
11321132
"default" : [
1133-
"http+tcp://127.0.0.1:8529"
1133+
"tcp://127.0.0.1:8529"
11341134
],
11351135
"deprecatedIn" : null,
11361136
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@
13811381
},
13821382
"server.authentication" : {
13831383
"category" : "option",
1384-
"default" : false,
1384+
"default" : true,
13851385
"deprecatedIn" : null,
13861386
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13871387
"dynamic" : false,
@@ -1448,7 +1448,7 @@
14481448
"server.endpoint" : {
14491449
"category" : "option",
14501450
"default" : [
1451-
"http+tcp://127.0.0.1:8529"
1451+
"tcp://127.0.0.1:8529"
14521452
],
14531453
"deprecatedIn" : null,
14541454
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangod.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@
14001400
"agent",
14011401
"single"
14021402
],
1403-
"default" : 7735567360,
1403+
"default" : 7735568384,
14041404
"deprecatedIn" : null,
14051405
"description" : "The global size limit for all caches (in bytes).",
14061406
"dynamic" : true,
@@ -2347,7 +2347,7 @@
23472347
"agent",
23482348
"single"
23492349
],
2350-
"default" : "",
2350+
"default" : "/var/lib/arangodb3",
23512351
"deprecatedIn" : null,
23522352
"description" : "The path to the database directory.",
23532353
"dynamic" : false,
@@ -3454,7 +3454,7 @@
34543454
"coordinator",
34553455
"single"
34563456
],
3457-
"default" : "./js/apps",
3457+
"default" : "/var/lib/arangodb3-apps",
34583458
"deprecatedIn" : null,
34593459
"description" : "The directory for Foxx applications.",
34603460
"dynamic" : false,
@@ -3752,7 +3752,6 @@
37523752
"single"
37533753
],
37543754
"default" : [
3755-
"./enterprise/js"
37563755
],
37573756
"deprecatedIn" : null,
37583757
"description" : "Additional paths containing JavaScript modules.",
@@ -3831,7 +3830,7 @@
38313830
"coordinator",
38323831
"single"
38333832
],
3834-
"default" : "./js",
3833+
"default" : "/usr/share/arangodb3/js",
38353834
"deprecatedIn" : null,
38363835
"description" : "A path to the directory containing the JavaScript startup scripts.",
38373836
"dynamic" : false,
@@ -6221,7 +6220,7 @@
62216220
"agent",
62226221
"single"
62236222
],
6224-
"default" : "",
6223+
"default" : "-",
62256224
"deprecatedIn" : null,
62266225
"description" : "Shortcut for `--log.output file://<filename>`",
62276226
"dynamic" : false,
@@ -7576,15 +7575,15 @@
75767575
"type" : "boolean"
75777576
},
75787577
"query.global-memory-limit" : {
7579-
"base" : 33089753088,
7578+
"base" : 33089757184,
75807579
"category" : "option",
75817580
"component" : [
75827581
"coordinator",
75837582
"dbserver",
75847583
"agent",
75857584
"single"
75867585
],
7587-
"default" : 26802700002,
7586+
"default" : 26802703319,
75887587
"deprecatedIn" : null,
75897588
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
75907589
"dynamic" : true,
@@ -7874,15 +7873,15 @@
78747873
"type" : "double"
78757874
},
78767875
"query.memory-limit" : {
7877-
"base" : 33089753088,
7876+
"base" : 33089757184,
78787877
"category" : "option",
78797878
"component" : [
78807879
"coordinator",
78817880
"dbserver",
78827881
"agent",
78837882
"single"
78847883
],
7885-
"default" : 19853851853,
7884+
"default" : 19853854311,
78867885
"deprecatedIn" : null,
78877886
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
78887887
"dynamic" : true,
@@ -9117,7 +9116,7 @@
91179116
"agent",
91189117
"single"
91199118
],
9120-
"default" : 9282680832,
9119+
"default" : 9282682060,
91219120
"deprecatedIn" : null,
91229121
"description" : "The size of block cache (in bytes).",
91239122
"dynamic" : true,
@@ -11726,7 +11725,7 @@
1172611725
"agent",
1172711726
"single"
1172811727
],
11729-
"default" : 12376907776,
11728+
"default" : 12376909414,
1173011729
"deprecatedIn" : null,
1173111730
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1173211731
"dynamic" : true,

site/data/3.11/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@
13391339
},
13401340
"server.authentication" : {
13411341
"category" : "option",
1342-
"default" : false,
1342+
"default" : true,
13431343
"deprecatedIn" : null,
13441344
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13451345
"dynamic" : false,
@@ -1406,7 +1406,7 @@
14061406
"server.endpoint" : {
14071407
"category" : "option",
14081408
"default" : [
1409-
"http+tcp://127.0.0.1:8529"
1409+
"tcp://127.0.0.1:8529"
14101410
],
14111411
"deprecatedIn" : null,
14121412
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@
11601160
},
11611161
"server.authentication" : {
11621162
"category" : "option",
1163-
"default" : false,
1163+
"default" : true,
11641164
"deprecatedIn" : null,
11651165
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11661166
"dynamic" : false,
@@ -1227,7 +1227,7 @@
12271227
"server.endpoint" : {
12281228
"category" : "option",
12291229
"default" : [
1230-
"http+tcp://127.0.0.1:8529"
1230+
"tcp://127.0.0.1:8529"
12311231
],
12321232
"deprecatedIn" : null,
12331233
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@
13401340
},
13411341
"server.authentication" : {
13421342
"category" : "option",
1343-
"default" : false,
1343+
"default" : true,
13441344
"deprecatedIn" : null,
13451345
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13461346
"dynamic" : false,
@@ -1407,7 +1407,7 @@
14071407
"server.endpoint" : {
14081408
"category" : "option",
14091409
"default" : [
1410-
"http+tcp://127.0.0.1:8529"
1410+
"tcp://127.0.0.1:8529"
14111411
],
14121412
"deprecatedIn" : null,
14131413
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangoinspect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
},
819819
"javascript.startup-directory" : {
820820
"category" : "option",
821-
"default" : "./js",
821+
"default" : "/usr/share/arangodb3/js",
822822
"deprecatedIn" : null,
823823
"description" : "The startup paths containing the JavaScript files.",
824824
"dynamic" : false,
@@ -1792,7 +1792,7 @@
17921792
"server.endpoint" : {
17931793
"category" : "option",
17941794
"default" : [
1795-
"http+tcp://127.0.0.1:8529"
1795+
"tcp://127.0.0.1:8529"
17961796
],
17971797
"deprecatedIn" : null,
17981798
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangorestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
},
13951395
"server.authentication" : {
13961396
"category" : "option",
1397-
"default" : false,
1397+
"default" : true,
13981398
"deprecatedIn" : null,
13991399
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
14001400
"dynamic" : false,
@@ -1461,7 +1461,7 @@
14611461
"server.endpoint" : {
14621462
"category" : "option",
14631463
"default" : [
1464-
"http+tcp://127.0.0.1:8529"
1464+
"tcp://127.0.0.1:8529"
14651465
],
14661466
"deprecatedIn" : null,
14671467
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",

site/data/3.11/arangosh.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
},
419419
"javascript.allow-external-process-control" : {
420420
"category" : "option",
421-
"default" : true,
421+
"default" : false,
422422
"deprecatedIn" : null,
423423
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
424424
"dynamic" : false,
@@ -441,7 +441,7 @@
441441
},
442442
"javascript.allow-port-testing" : {
443443
"category" : "option",
444-
"default" : true,
444+
"default" : false,
445445
"deprecatedIn" : null,
446446
"description" : "Allow the testing of ports from within JavaScript actions.",
447447
"dynamic" : false,
@@ -798,7 +798,6 @@
798798
"javascript.module-directory" : {
799799
"category" : "option",
800800
"default" : [
801-
"./enterprise/js"
802801
],
803802
"deprecatedIn" : null,
804803
"description" : "Additional paths containing JavaScript modules.",
@@ -819,7 +818,7 @@
819818
},
820819
"javascript.startup-directory" : {
821820
"category" : "option",
822-
"default" : "./js",
821+
"default" : "/usr/share/arangodb3/js",
823822
"deprecatedIn" : null,
824823
"description" : "The startup paths containing the JavaScript files.",
825824
"dynamic" : false,
@@ -1726,7 +1725,7 @@
17261725
},
17271726
"server.authentication" : {
17281727
"category" : "option",
1729-
"default" : false,
1728+
"default" : true,
17301729
"deprecatedIn" : null,
17311730
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
17321731
"dynamic" : false,
@@ -1793,7 +1792,7 @@
17931792
"server.endpoint" : {
17941793
"category" : "option",
17951794
"default" : [
1796-
"http+tcp://127.0.0.1:8529"
1795+
"tcp://127.0.0.1:8529"
17971796
],
17981797
"deprecatedIn" : null,
17991798
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// or vst+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp://, vst+tcp:// or unix://.",

0 commit comments

Comments
 (0)