Skip to content

Commit 708a509

Browse files
[skip ci] Automatic commit of generated files from CircleCI (#720)
Co-authored-by: CircleCI Job <simran@arangodb.com>
1 parent adc64d3 commit 708a509

11 files changed

+430
-440
lines changed

site/data/3.12/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"server.authentication" : {
10081008
"category" : "option",
1009-
"default" : true,
1009+
"default" : false,
10101010
"deprecatedIn" : null,
10111011
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10121012
"dynamic" : false,
@@ -1067,7 +1067,7 @@
10671067
"server.endpoint" : {
10681068
"category" : "option",
10691069
"default" : [
1070-
"tcp://127.0.0.1:8529"
1070+
"http+tcp://127.0.0.1:8529"
10711071
],
10721072
"deprecatedIn" : null,
10731073
"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.12/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
},
12761276
"server.authentication" : {
12771277
"category" : "option",
1278-
"default" : true,
1278+
"default" : false,
12791279
"deprecatedIn" : null,
12801280
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12811281
"dynamic" : false,
@@ -1336,7 +1336,7 @@
13361336
"server.endpoint" : {
13371337
"category" : "option",
13381338
"default" : [
1339-
"tcp://127.0.0.1:8529"
1339+
"http+tcp://127.0.0.1:8529"
13401340
],
13411341
"deprecatedIn" : null,
13421342
"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.12/arangod.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
"agent",
13941394
"single"
13951395
],
1396-
"default" : 7735568384,
1396+
"default" : 7735566336,
13971397
"deprecatedIn" : null,
13981398
"description" : "The global size limit for all caches (in bytes).",
13991399
"dynamic" : true,
@@ -2313,7 +2313,7 @@
23132313
"agent",
23142314
"single"
23152315
],
2316-
"default" : "/var/lib/arangodb3",
2316+
"default" : "",
23172317
"deprecatedIn" : null,
23182318
"description" : "The path to the database directory.",
23192319
"dynamic" : false,
@@ -2779,7 +2779,7 @@
27792779
"dbserver",
27802780
"single"
27812781
],
2782-
"default" : 6188454707,
2782+
"default" : 6188453068,
27832783
"deprecatedIn" : null,
27842784
"description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.",
27852785
"dynamic" : true,
@@ -3474,7 +3474,7 @@
34743474
"coordinator",
34753475
"single"
34763476
],
3477-
"default" : "/var/lib/arangodb3-apps",
3477+
"default" : "./js/apps",
34783478
"deprecatedIn" : null,
34793479
"description" : "The directory for Foxx applications.",
34803480
"dynamic" : false,
@@ -3738,6 +3738,7 @@
37383738
"single"
37393739
],
37403740
"default" : [
3741+
"./enterprise/js"
37413742
],
37423743
"deprecatedIn" : null,
37433744
"description" : "Additional paths containing JavaScript modules.",
@@ -3810,7 +3811,7 @@
38103811
"coordinator",
38113812
"single"
38123813
],
3813-
"default" : "/usr/share/arangodb3/js",
3814+
"default" : "./js",
38143815
"deprecatedIn" : null,
38153816
"description" : "A path to the directory containing the JavaScript startup scripts.",
38163817
"dynamic" : false,
@@ -4256,7 +4257,7 @@
42564257
"agent",
42574258
"single"
42584259
],
4259-
"default" : "-",
4260+
"default" : "",
42604261
"deprecatedIn" : null,
42614262
"description" : "Shortcut for `--log.output file://<filename>`",
42624263
"dynamic" : false,
@@ -5669,15 +5670,15 @@
56695670
"type" : "boolean"
56705671
},
56715672
"query.global-memory-limit" : {
5672-
"base" : 33089757184,
5673+
"base" : 33089748992,
56735674
"category" : "option",
56745675
"component" : [
56755676
"coordinator",
56765677
"dbserver",
56775678
"agent",
56785679
"single"
56795680
],
5680-
"default" : 26802703319,
5681+
"default" : 26802696683,
56815682
"deprecatedIn" : null,
56825683
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
56835684
"dynamic" : true,
@@ -6004,15 +6005,15 @@
60046005
"type" : "uint64"
60056006
},
60066007
"query.memory-limit" : {
6007-
"base" : 33089757184,
6008+
"base" : 33089748992,
60086009
"category" : "option",
60096010
"component" : [
60106011
"coordinator",
60116012
"dbserver",
60126013
"agent",
60136014
"single"
60146015
],
6015-
"default" : 19853854311,
6016+
"default" : 19853849395,
60166017
"deprecatedIn" : null,
60176018
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
60186019
"dynamic" : true,
@@ -7209,7 +7210,7 @@
72097210
"agent",
72107211
"single"
72117212
],
7212-
"default" : 9282682060,
7213+
"default" : 9282679603,
72137214
"deprecatedIn" : null,
72147215
"description" : "The size of block cache (in bytes).",
72157216
"dynamic" : true,
@@ -9739,7 +9740,7 @@
97399740
"agent",
97409741
"single"
97419742
],
9742-
"default" : 12376909414,
9743+
"default" : 12376906137,
97439744
"deprecatedIn" : null,
97449745
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
97459746
"dynamic" : true,

site/data/3.12/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@
13451345
},
13461346
"server.authentication" : {
13471347
"category" : "option",
1348-
"default" : true,
1348+
"default" : false,
13491349
"deprecatedIn" : null,
13501350
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13511351
"dynamic" : false,
@@ -1406,7 +1406,7 @@
14061406
"server.endpoint" : {
14071407
"category" : "option",
14081408
"default" : [
1409-
"tcp://127.0.0.1:8529"
1409+
"http+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.12/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
},
10931093
"server.authentication" : {
10941094
"category" : "option",
1095-
"default" : true,
1095+
"default" : false,
10961096
"deprecatedIn" : null,
10971097
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10981098
"dynamic" : false,
@@ -1153,7 +1153,7 @@
11531153
"server.endpoint" : {
11541154
"category" : "option",
11551155
"default" : [
1156-
"tcp://127.0.0.1:8529"
1156+
"http+tcp://127.0.0.1:8529"
11571157
],
11581158
"deprecatedIn" : null,
11591159
"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.12/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
},
12821282
"server.authentication" : {
12831283
"category" : "option",
1284-
"default" : true,
1284+
"default" : false,
12851285
"deprecatedIn" : null,
12861286
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12871287
"dynamic" : false,
@@ -1342,7 +1342,7 @@
13421342
"server.endpoint" : {
13431343
"category" : "option",
13441344
"default" : [
1345-
"tcp://127.0.0.1:8529"
1345+
"http+tcp://127.0.0.1:8529"
13461346
],
13471347
"deprecatedIn" : null,
13481348
"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.12/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,
@@ -1628,7 +1628,7 @@
16281628
"server.endpoint" : {
16291629
"category" : "option",
16301630
"default" : [
1631-
"tcp://127.0.0.1:8529"
1631+
"http+tcp://127.0.0.1:8529"
16321632
],
16331633
"deprecatedIn" : null,
16341634
"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.12/arangorestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
},
13291329
"server.authentication" : {
13301330
"category" : "option",
1331-
"default" : true,
1331+
"default" : false,
13321332
"deprecatedIn" : null,
13331333
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13341334
"dynamic" : false,
@@ -1389,7 +1389,7 @@
13891389
"server.endpoint" : {
13901390
"category" : "option",
13911391
"default" : [
1392-
"tcp://127.0.0.1:8529"
1392+
"http+tcp://127.0.0.1:8529"
13931393
],
13941394
"deprecatedIn" : null,
13951395
"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.12/arangosh.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
},
425425
"javascript.allow-external-process-control" : {
426426
"category" : "option",
427-
"default" : false,
427+
"default" : true,
428428
"deprecatedIn" : null,
429429
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
430430
"dynamic" : false,
@@ -443,7 +443,7 @@
443443
},
444444
"javascript.allow-port-testing" : {
445445
"category" : "option",
446-
"default" : false,
446+
"default" : true,
447447
"deprecatedIn" : null,
448448
"description" : "Allow the testing of ports from within JavaScript actions.",
449449
"dynamic" : false,
@@ -754,6 +754,7 @@
754754
"javascript.module-directory" : {
755755
"category" : "option",
756756
"default" : [
757+
"./enterprise/js"
757758
],
758759
"deprecatedIn" : null,
759760
"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,
@@ -1567,7 +1568,7 @@
15671568
},
15681569
"server.authentication" : {
15691570
"category" : "option",
1570-
"default" : true,
1571+
"default" : false,
15711572
"deprecatedIn" : null,
15721573
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
15731574
"dynamic" : false,
@@ -1628,7 +1629,7 @@
16281629
"server.endpoint" : {
16291630
"category" : "option",
16301631
"default" : [
1631-
"tcp://127.0.0.1:8529"
1632+
"http+tcp://127.0.0.1:8529"
16321633
],
16331634
"deprecatedIn" : null,
16341635
"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://.",

0 commit comments

Comments
 (0)