mirror of https://gitee.com/bigwinds/arangodb
Revert "revert env setting - doesn't work that way."
This reverts commit a6b45982fd
.
This commit is contained in:
parent
cf53ee86db
commit
b9b79ee11b
|
@ -24,7 +24,7 @@ parts:
|
|||
|
||||
apps:
|
||||
arangod:
|
||||
command: arangod \
|
||||
command: GLIBCXX_FORCE_NEW=1 arangod \
|
||||
--configuration=none \
|
||||
--server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \
|
||||
--javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \
|
||||
|
|
Loading…
Reference in New Issue