mirror of https://gitee.com/bigwinds/arangodb
added pretty print option
This commit is contained in:
parent
a467aa2bed
commit
25d3d00b6a
|
@ -6,4 +6,5 @@ TOC {#Upgrading14TOC}
|
|||
- @ref Upgrading14Databases
|
||||
- @ref Upgrading14ChangedBehavior
|
||||
- @ref Upgrading14RemovedFeatures
|
||||
- @ref Upgrading14Checklist
|
||||
- @ref Upgrading14Troubleshooting
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
pretty-print = true
|
||||
|
||||
[server]
|
||||
endpoint = tcp://localhost:8529
|
||||
disable-authentication = true
|
||||
|
||||
[javascript]
|
||||
startup-directory = @PKGDATADIR@/js
|
||||
modules-path = @PKGDATADIR@/js/client/modules;@PKGDATADIR@/js/common/modules;;@PKGDATADIR@/js/node
|
||||
modules-path = @PKGDATADIR@/js/client/modules;@PKGDATADIR@/js/common/modules;@PKGDATADIR@/js/node
|
||||
package-path = @PKGDATADIR@/js/npm
|
||||
|
|
Loading…
Reference in New Issue