5b5a565 3 months ago History
1 contributor
22 lines | 0.69kb
# AutoNAS Default Configuration
# This file is sourced by AutoNAS scripts to set default behavior

# Debug mode - set to "true" to enable verbose logging
# When enabled, all AutoNAS operations will produce detailed debug output
AUTONAS_DEBUG="false"

# Log level for AutoNAS operations
# Possible values: error, warn, info, debug
AUTONAS_LOG_LEVEL="info"

# Default timeout for disk operations (in seconds)
AUTONAS_DISK_TIMEOUT="30"

# Enable automatic cleanup of orphaned entries at boot
AUTONAS_CLEANUP_ORPHANS="true"

# NFS export defaults
AUTONAS_NFS_DEFAULT_OPTIONS="*(rw,all_squash,insecure,async,no_subtree_check,anonuid=0,anongid=0)"

# Udev rules timeout
AUTONAS_UDEV_TIMEOUT="10"