mirror of https://gitee.com/bigwinds/arangodb
fixed path for js file
This commit is contained in:
parent
5dc0a969ba
commit
3fba596952
|
@ -17,7 +17,7 @@ statistics = false
|
||||||
[javascript]
|
[javascript]
|
||||||
startup-directory = @PKGDATADIR@/js
|
startup-directory = @PKGDATADIR@/js
|
||||||
app-path = @LOCALSTATEDIR@/lib/arangodb3-apps
|
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
|
v8-contexts = 1
|
||||||
|
|
||||||
[foxx]
|
[foxx]
|
||||||
|
|
Loading…
Reference in New Issue