revert: variable change

Overlooked them being called in line 19.
This commit is contained in:
Garrett Beasley
2022-05-06 08:34:03 -07:00
parent d7436b473f
commit c4021bbec9

View File

@@ -2,6 +2,10 @@
set -e set -e
BIND_ADDRESS="0.0.0.0" BIND_ADDRESS="0.0.0.0"
PUBLIC_PATH="public" PUBLIC_PATH="public"
LOG_DIR="."
SERVER_URL="https://VelociraptorServer:8000/"
DATASTORE_LOCATION="./"
FILESTORE_DIRECTORY="./"
CLIENT_DIR="/velociraptor/clients" CLIENT_DIR="/velociraptor/clients"
# Move binaries into place # Move binaries into place