1
0
Fork 0

fixed path for js file

This commit is contained in:
Frank Celler 2018-12-06 15:35:38 +01:00
parent 5dc0a969ba
commit 3fba596952
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ statistics = false
[javascript]
startup-directory = @PKGDATADIR@/js
app-path = @LOCALSTATEDIR@/lib/arangodb3-apps
script = @PKGDATADIR@/js/@ARANGODB_PLAIN_VERSION@/server/arango-dfdb.js
script = @PKGDATADIR@/js/server/arango-dfdb.js
v8-contexts = 1
[foxx]