16 lines
380 B
Plaintext
16 lines
380 B
Plaintext
# scrbblr publish helper configuration
|
|
#
|
|
# Copy to:
|
|
# ~/.config/scrbblr/publish.conf
|
|
#
|
|
# Or let install.sh install it automatically if missing.
|
|
|
|
# Local output directory for generated report files.
|
|
OUTPUT_DIR="$HOME/music-report"
|
|
|
|
# Remote rsync target.
|
|
REMOTE_TARGET="user@host:/var/www/music-report"
|
|
|
|
# Optional custom database path (leave empty for default path).
|
|
DB_PATH=""
|