mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 12:26:24 +02:00
25 lines
268 B
Bash
25 lines
268 B
Bash
# Xandikos options
|
|
|
|
#
|
|
# Directory where xandikos should store data
|
|
#
|
|
|
|
ROOT_DIR="/var/lib/xandikos"
|
|
|
|
#
|
|
# Default listening address
|
|
#
|
|
|
|
LISTEN_ADDRESS="127.0.0.1"
|
|
|
|
#
|
|
# Default listening port
|
|
#
|
|
|
|
LISTEN_PORT="8080"
|
|
|
|
#
|
|
# The name of the principal user.
|
|
#
|
|
|
|
USER_PRINCIPAL=""
|