# Configuration for starting an instance of arki-server
# This is going to be sourced by systemd thus no variable expansion is performed

# Directory where the log files are written (must exist)
# WARNING: if you change this value logs won't rotate
#  unless you update the dir in /etc/logrotate.d/arkimet too
LOGDIR=/var/log/arkimet

# Options related to networking
NETWORK_OPTIONS="--url=http://localhost:8090 --host=0.0.0.0 --port=8090"

# Any other option
#OTHER_OPTIONS=--quiet

# Configuration file to use, normally generated by arki-mergeconf. If this
# variable is left empty, the server is not loaded.
DATASET_CONFIG="/rmap/arkimet/arkimet.conf"