Skip to content

Commit 7ace5b9

Browse files
committed
Fix default ArangoDB URL in controller.env
1 parent 6583571 commit 7ace5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control_plane/controller/controller/config/controller.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export GRPC_SERVER_PORT=12345
8686
export ENABLE_ARANGO_INTEGRATION=True
8787

8888
# URL of the ArangoDB server
89-
export ARANGO_URL=http://localhost:8082
89+
export ARANGO_URL=http://localhost:8529
9090

9191
# Username for the authentication with the ArangoDB server
9292
export ARANGO_USER=root

0 commit comments

Comments
 (0)