diff --git a/entrypoint b/entrypoint index cd16e79..5f1473c 100755 --- a/entrypoint +++ b/entrypoint @@ -2,6 +2,10 @@ set -e BIND_ADDRESS="0.0.0.0" PUBLIC_PATH="public" +LOG_DIR="." +SERVER_URL="https://VelociraptorServer:8000/" +DATASTORE_LOCATION="./" +FILESTORE_DIRECTORY="./" CLIENT_DIR="/velociraptor/clients" # Move binaries into place