Skip to content

Commit bc67f3f

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

File tree

11 files changed

+498
-496
lines changed

11 files changed

+498
-496
lines changed

site/data/3.11/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
},
10431043
"server.authentication" : {
10441044
"category" : "option",
1045-
"default" : true,
1045+
"default" : false,
10461046
"deprecatedIn" : null,
10471047
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10481048
"dynamic" : false,
@@ -1109,7 +1109,7 @@
11091109
"server.endpoint" : {
11101110
"category" : "option",
11111111
"default" : [
1112-
"tcp://127.0.0.1:8529"
1112+
"http+tcp://127.0.0.1:8529"
11131113
],
11141114
"deprecatedIn" : null,
11151115
"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
@@ -1360,7 +1360,7 @@
13601360
},
13611361
"server.authentication" : {
13621362
"category" : "option",
1363-
"default" : true,
1363+
"default" : false,
13641364
"deprecatedIn" : null,
13651365
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13661366
"dynamic" : false,
@@ -1427,7 +1427,7 @@
14271427
"server.endpoint" : {
14281428
"category" : "option",
14291429
"default" : [
1430-
"tcp://127.0.0.1:8529"
1430+
"http+tcp://127.0.0.1:8529"
14311431
],
14321432
"deprecatedIn" : null,
14331433
"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: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@
14001400
"agent",
14011401
"single"
14021402
],
1403-
"default" : 7739680768,
1403+
"default" : 7739636736,
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" : "/var/lib/arangodb3",
2350+
"default" : "",
23512351
"deprecatedIn" : null,
23522352
"description" : "The path to the database directory.",
23532353
"dynamic" : false,
@@ -3427,7 +3427,7 @@
34273427
"coordinator",
34283428
"single"
34293429
],
3430-
"default" : "/var/lib/arangodb3-apps",
3430+
"default" : "./js/apps",
34313431
"deprecatedIn" : null,
34323432
"description" : "The directory for Foxx applications.",
34333433
"dynamic" : false,
@@ -3725,6 +3725,7 @@
37253725
"single"
37263726
],
37273727
"default" : [
3728+
"./enterprise/js"
37283729
],
37293730
"deprecatedIn" : null,
37303731
"description" : "Additional paths containing JavaScript modules.",
@@ -3803,7 +3804,7 @@
38033804
"coordinator",
38043805
"single"
38053806
],
3806-
"default" : "/usr/share/arangodb3/js",
3807+
"default" : "./js",
38073808
"deprecatedIn" : null,
38083809
"description" : "A path to the directory containing the JavaScript startup scripts.",
38093810
"dynamic" : false,
@@ -6193,7 +6194,7 @@
61936194
"agent",
61946195
"single"
61956196
],
6196-
"default" : "-",
6197+
"default" : "",
61976198
"deprecatedIn" : null,
61986199
"description" : "shortcut for '--log.output file://<filename>'",
61996200
"dynamic" : false,
@@ -7048,7 +7049,7 @@
70487049
"maxInclusive" : true,
70497050
"maxValue" : 4294967295,
70507051
"minInclusive" : true,
7051-
"minValue" : 0,
7052+
"minValue" : 1,
70527053
"obsolete" : false,
70537054
"os" : [
70547055
"linux",
@@ -7081,7 +7082,7 @@
70817082
"maxInclusive" : true,
70827083
"maxValue" : 18446744073709551615,
70837084
"minInclusive" : true,
7084-
"minValue" : 0,
7085+
"minValue" : 1,
70857086
"obsolete" : false,
70867087
"os" : [
70877088
"linux",
@@ -7548,15 +7549,15 @@
75487549
"type" : "boolean"
75497550
},
75507551
"query.global-memory-limit" : {
7551-
"base" : 33106206720,
7552+
"base" : 33106030592,
75527553
"category" : "option",
75537554
"component" : [
75547555
"coordinator",
75557556
"dbserver",
75567557
"agent",
75577558
"single"
75587559
],
7559-
"default" : 26816027443,
7560+
"default" : 26815884779,
75607561
"deprecatedIn" : null,
75617562
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
75627563
"dynamic" : true,
@@ -7846,15 +7847,15 @@
78467847
"type" : "double"
78477848
},
78487849
"query.memory-limit" : {
7849-
"base" : 33106206720,
7850+
"base" : 33106030592,
78507851
"category" : "option",
78517852
"component" : [
78527853
"coordinator",
78537854
"dbserver",
78547855
"agent",
78557856
"single"
78567857
],
7857-
"default" : 19863724032,
7858+
"default" : 19863618355,
78587859
"deprecatedIn" : null,
78597860
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
78607861
"dynamic" : true,
@@ -9089,7 +9090,7 @@
90899090
"agent",
90909091
"single"
90919092
],
9092-
"default" : 9287616921,
9093+
"default" : 9287564083,
90939094
"deprecatedIn" : null,
90949095
"description" : "The size of block cache (in bytes).",
90959096
"dynamic" : true,
@@ -11670,7 +11671,7 @@
1167011671
"agent",
1167111672
"single"
1167211673
],
11673-
"default" : 12383489228,
11674+
"default" : 12383418777,
1167411675
"deprecatedIn" : null,
1167511676
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1167611677
"dynamic" : true,
@@ -12570,7 +12571,7 @@
1257012571
"maxInclusive" : true,
1257112572
"maxValue" : 18446744073709551615,
1257212573
"minInclusive" : true,
12573-
"minValue" : 0,
12574+
"minValue" : 1,
1257412575
"obsolete" : false,
1257512576
"os" : [
1257612577
"linux",

site/data/3.11/arangodump.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.11/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@
11391139
},
11401140
"server.authentication" : {
11411141
"category" : "option",
1142-
"default" : true,
1142+
"default" : false,
11431143
"deprecatedIn" : null,
11441144
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11451145
"dynamic" : false,
@@ -1206,7 +1206,7 @@
12061206
"server.endpoint" : {
12071207
"category" : "option",
12081208
"default" : [
1209-
"tcp://127.0.0.1:8529"
1209+
"http+tcp://127.0.0.1:8529"
12101210
],
12111211
"deprecatedIn" : null,
12121212
"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
@@ -1319,7 +1319,7 @@
13191319
},
13201320
"server.authentication" : {
13211321
"category" : "option",
1322-
"default" : true,
1322+
"default" : false,
13231323
"deprecatedIn" : null,
13241324
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13251325
"dynamic" : false,
@@ -1386,7 +1386,7 @@
13861386
"server.endpoint" : {
13871387
"category" : "option",
13881388
"default" : [
1389-
"tcp://127.0.0.1:8529"
1389+
"http+tcp://127.0.0.1:8529"
13901390
],
13911391
"deprecatedIn" : null,
13921392
"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
@@ -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,
@@ -1746,7 +1746,7 @@
17461746
"server.endpoint" : {
17471747
"category" : "option",
17481748
"default" : [
1749-
"tcp://127.0.0.1:8529"
1749+
"http+tcp://127.0.0.1:8529"
17501750
],
17511751
"deprecatedIn" : null,
17521752
"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
@@ -1373,7 +1373,7 @@
13731373
},
13741374
"server.authentication" : {
13751375
"category" : "option",
1376-
"default" : true,
1376+
"default" : false,
13771377
"deprecatedIn" : null,
13781378
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13791379
"dynamic" : false,
@@ -1440,7 +1440,7 @@
14401440
"server.endpoint" : {
14411441
"category" : "option",
14421442
"default" : [
1443-
"tcp://127.0.0.1:8529"
1443+
"http+tcp://127.0.0.1:8529"
14441444
],
14451445
"deprecatedIn" : null,
14461446
"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: 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,
@@ -1679,7 +1680,7 @@
16791680
},
16801681
"server.authentication" : {
16811682
"category" : "option",
1682-
"default" : true,
1683+
"default" : false,
16831684
"deprecatedIn" : null,
16841685
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
16851686
"dynamic" : false,
@@ -1746,7 +1747,7 @@
17461747
"server.endpoint" : {
17471748
"category" : "option",
17481749
"default" : [
1749-
"tcp://127.0.0.1:8529"
1750+
"http+tcp://127.0.0.1:8529"
17501751
],
17511752
"deprecatedIn" : null,
17521753
"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)