1
0
Fork 0

added pretty print option

This commit is contained in:
Jan Steemann 2013-10-30 11:13:24 +01:00
parent a467aa2bed
commit 25d3d00b6a
2 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,5 @@ TOC {#Upgrading14TOC}
- @ref Upgrading14Databases
- @ref Upgrading14ChangedBehavior
- @ref Upgrading14RemovedFeatures
- @ref Upgrading14Checklist
- @ref Upgrading14Troubleshooting

View File

@ -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