1
0
Fork 0

removed deprecated options

This commit is contained in:
Frank Celler 2014-02-11 15:54:48 +01:00
parent 5b7eb66c9d
commit 9a6c6cddd9
4 changed files with 0 additions and 8 deletions

View File

@ -7,8 +7,6 @@ directory= @LOCALSTATEDIR@/lib/arangodb
[javascript]
startup-directory = @PKGDATADIR@/js
modules-path = @PKGDATADIR@/js/server/modules;@PKGDATADIR@/js/common/modules;@PKGDATADIR@/js/node
package-path = @PKGDATADIR@/js/npm
app-path = @LOCALSTATEDIR@/lib/arangodb-apps
script = @PKGDATADIR@/js/server/arango-dfdb.js

View File

@ -6,6 +6,4 @@ disable-authentication = true
[javascript]
startup-directory = @PKGDATADIR@/js
modules-path = @PKGDATADIR@/js/client/modules;@PKGDATADIR@/js/common/modules;@PKGDATADIR@/js/node
package-path = @PKGDATADIR@/js/npm
execute-string = require("org/arangodb/foxx/manager").run(ARGUMENTS);

View File

@ -7,8 +7,6 @@ no-upgrade = true
[javascript]
startup-directory = ./js
modules-path = ./js/server/modules;./js/common/modules;./js/node
package-path = ./js/npm
app-path = ./js/apps
script = ./js/server/arango-dfdb.js

View File

@ -5,6 +5,4 @@ disable-authentication = true
[javascript]
startup-directory = ./js
modules-path = ./js/client/modules;./js/common/modules;./js/node
package-path = ./js/npm
execute-string = require("org/arangodb/foxx/manager").run(ARGUMENTS);