Skip to content

Commit d9ea21f

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#510)
Co-authored-by: CircleCI Job <[email protected]>
1 parent 8443edb commit d9ea21f

File tree

11 files changed

+403
-401
lines changed

11 files changed

+403
-401
lines changed

site/data/3.10/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
},
10421042
"server.authentication" : {
10431043
"category" : "option",
1044-
"default" : true,
1044+
"default" : false,
10451045
"deprecatedIn" : null,
10461046
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10471047
"dynamic" : false,
@@ -1108,7 +1108,7 @@
11081108
"server.endpoint" : {
11091109
"category" : "option",
11101110
"default" : [
1111-
"tcp://127.0.0.1:8529"
1111+
"http+tcp://127.0.0.1:8529"
11121112
],
11131113
"deprecatedIn" : null,
11141114
"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.10/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
},
13601360
"server.authentication" : {
13611361
"category" : "option",
1362-
"default" : true,
1362+
"default" : false,
13631363
"deprecatedIn" : null,
13641364
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13651365
"dynamic" : false,
@@ -1426,7 +1426,7 @@
14261426
"server.endpoint" : {
14271427
"category" : "option",
14281428
"default" : [
1429-
"tcp://127.0.0.1:8529"
1429+
"http+tcp://127.0.0.1:8529"
14301430
],
14311431
"deprecatedIn" : null,
14321432
"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.10/arangod.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
"agent",
11101110
"single"
11111111
],
1112-
"default" : 7739682816,
1112+
"default" : 7739681792,
11131113
"deprecatedIn" : null,
11141114
"description" : "The global size limit for all caches (in bytes).",
11151115
"dynamic" : true,
@@ -1992,7 +1992,7 @@
19921992
"agent",
19931993
"single"
19941994
],
1995-
"default" : "/var/lib/arangodb3",
1995+
"default" : "",
19961996
"deprecatedIn" : null,
19971997
"description" : "The path to the database directory.",
19981998
"dynamic" : false,
@@ -3100,7 +3100,7 @@
31003100
"coordinator",
31013101
"single"
31023102
],
3103-
"default" : "/var/lib/arangodb3-apps",
3103+
"default" : "./js/apps",
31043104
"deprecatedIn" : null,
31053105
"description" : "The directory for Foxx applications.",
31063106
"dynamic" : false,
@@ -3398,6 +3398,7 @@
33983398
"single"
33993399
],
34003400
"default" : [
3401+
"./enterprise/js"
34013402
],
34023403
"deprecatedIn" : null,
34033404
"description" : "Additional paths containing JavaScript modules.",
@@ -3476,7 +3477,7 @@
34763477
"coordinator",
34773478
"single"
34783479
],
3479-
"default" : "/usr/share/arangodb3/js",
3480+
"default" : "./js",
34803481
"deprecatedIn" : null,
34813482
"description" : "A path to the directory containing the JavaScript startup scripts.",
34823483
"dynamic" : false,
@@ -5866,7 +5867,7 @@
58665867
"agent",
58675868
"single"
58685869
],
5869-
"default" : "-",
5870+
"default" : "",
58705871
"deprecatedIn" : null,
58715872
"description" : "shortcut for '--log.output file://<filename>'",
58725873
"dynamic" : false,
@@ -7273,15 +7274,15 @@
72737274
"type" : "boolean"
72747275
},
72757276
"query.global-memory-limit" : {
7276-
"base" : 33106214912,
7277+
"base" : 33106210816,
72777278
"category" : "option",
72787279
"component" : [
72797280
"coordinator",
72807281
"dbserver",
72817282
"agent",
72827283
"single"
72837284
],
7284-
"default" : 26816034078,
7285+
"default" : 26816030761,
72857286
"deprecatedIn" : null,
72867287
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72877288
"dynamic" : true,
@@ -7539,15 +7540,15 @@
75397540
"type" : "double"
75407541
},
75417542
"query.memory-limit" : {
7542-
"base" : 33106214912,
7543+
"base" : 33106210816,
75437544
"category" : "option",
75447545
"component" : [
75457546
"coordinator",
75467547
"dbserver",
75477548
"agent",
75487549
"single"
75497550
],
7550-
"default" : 19863728947,
7551+
"default" : 19863726489,
75517552
"deprecatedIn" : null,
75527553
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75537554
"dynamic" : true,
@@ -8659,7 +8660,7 @@
86598660
"agent",
86608661
"single"
86618662
],
8662-
"default" : 9287619379,
8663+
"default" : 9287618150,
86638664
"deprecatedIn" : null,
86648665
"description" : "The size of block cache (in bytes).",
86658666
"dynamic" : true,
@@ -11006,7 +11007,7 @@
1100611007
"agent",
1100711008
"single"
1100811009
],
11009-
"default" : 12383492505,
11010+
"default" : 12383490867,
1101011011
"deprecatedIn" : null,
1101111012
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1101211013
"dynamic" : true,

site/data/3.10/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
},
12911291
"server.authentication" : {
12921292
"category" : "option",
1293-
"default" : true,
1293+
"default" : false,
12941294
"deprecatedIn" : null,
12951295
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12961296
"dynamic" : false,
@@ -1357,7 +1357,7 @@
13571357
"server.endpoint" : {
13581358
"category" : "option",
13591359
"default" : [
1360-
"tcp://127.0.0.1:8529"
1360+
"http+tcp://127.0.0.1:8529"
13611361
],
13621362
"deprecatedIn" : null,
13631363
"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.10/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@
11381138
},
11391139
"server.authentication" : {
11401140
"category" : "option",
1141-
"default" : true,
1141+
"default" : false,
11421142
"deprecatedIn" : null,
11431143
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11441144
"dynamic" : false,
@@ -1205,7 +1205,7 @@
12051205
"server.endpoint" : {
12061206
"category" : "option",
12071207
"default" : [
1208-
"tcp://127.0.0.1:8529"
1208+
"http+tcp://127.0.0.1:8529"
12091209
],
12101210
"deprecatedIn" : null,
12111211
"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.10/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@
13181318
},
13191319
"server.authentication" : {
13201320
"category" : "option",
1321-
"default" : true,
1321+
"default" : false,
13221322
"deprecatedIn" : null,
13231323
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13241324
"dynamic" : false,
@@ -1385,7 +1385,7 @@
13851385
"server.endpoint" : {
13861386
"category" : "option",
13871387
"default" : [
1388-
"tcp://127.0.0.1:8529"
1388+
"http+tcp://127.0.0.1:8529"
13891389
],
13901390
"deprecatedIn" : null,
13911391
"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.10/arangoinspect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
},
773773
"javascript.startup-directory" : {
774774
"category" : "option",
775-
"default" : "/usr/share/arangodb3/js",
775+
"default" : "./js",
776776
"deprecatedIn" : null,
777777
"description" : "The startup paths containing the JavaScript files.",
778778
"dynamic" : false,
@@ -1745,7 +1745,7 @@
17451745
"server.endpoint" : {
17461746
"category" : "option",
17471747
"default" : [
1748-
"tcp://127.0.0.1:8529"
1748+
"http+tcp://127.0.0.1:8529"
17491749
],
17501750
"deprecatedIn" : null,
17511751
"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.10/arangorestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@
13721372
},
13731373
"server.authentication" : {
13741374
"category" : "option",
1375-
"default" : true,
1375+
"default" : false,
13761376
"deprecatedIn" : null,
13771377
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13781378
"dynamic" : false,
@@ -1439,7 +1439,7 @@
14391439
"server.endpoint" : {
14401440
"category" : "option",
14411441
"default" : [
1442-
"tcp://127.0.0.1:8529"
1442+
"http+tcp://127.0.0.1:8529"
14431443
],
14441444
"deprecatedIn" : null,
14451445
"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.10/arangosh.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
},
398398
"javascript.allow-external-process-control" : {
399399
"category" : "option",
400-
"default" : false,
400+
"default" : true,
401401
"deprecatedIn" : null,
402402
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
403403
"dynamic" : false,
@@ -420,7 +420,7 @@
420420
},
421421
"javascript.allow-port-testing" : {
422422
"category" : "option",
423-
"default" : false,
423+
"default" : true,
424424
"deprecatedIn" : null,
425425
"description" : "Allow the testing of ports from within JavaScript actions.",
426426
"dynamic" : false,
@@ -752,6 +752,7 @@
752752
"javascript.module-directory" : {
753753
"category" : "option",
754754
"default" : [
755+
"./enterprise/js"
755756
],
756757
"deprecatedIn" : null,
757758
"description" : "Additional paths containing JavaScript modules.",
@@ -772,7 +773,7 @@
772773
},
773774
"javascript.startup-directory" : {
774775
"category" : "option",
775-
"default" : "/usr/share/arangodb3/js",
776+
"default" : "./js",
776777
"deprecatedIn" : null,
777778
"description" : "The startup paths containing the JavaScript files.",
778779
"dynamic" : false,
@@ -1678,7 +1679,7 @@
16781679
},
16791680
"server.authentication" : {
16801681
"category" : "option",
1681-
"default" : true,
1682+
"default" : false,
16821683
"deprecatedIn" : null,
16831684
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
16841685
"dynamic" : false,
@@ -1745,7 +1746,7 @@
17451746
"server.endpoint" : {
17461747
"category" : "option",
17471748
"default" : [
1748-
"tcp://127.0.0.1:8529"
1749+
"http+tcp://127.0.0.1:8529"
17491750
],
17501751
"deprecatedIn" : null,
17511752
"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)