mirror of https://gitee.com/bigwinds/arangodb
fix environment variable for ubuntu snap
This commit is contained in:
parent
81d8fc1852
commit
d49f154305
|
@ -24,7 +24,7 @@ parts:
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
arangod:
|
arangod:
|
||||||
command: GLIBCXX_FORCE_NEW=1 arangod \
|
command: env GLIBCXX_FORCE_NEW=1 arangod \
|
||||||
--configuration=none \
|
--configuration=none \
|
||||||
--server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \
|
--server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \
|
||||||
--javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \
|
--javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \
|
||||||
|
|
Loading…
Reference in New Issue