23 lines
601 B
Bash
23 lines
601 B
Bash
# Rekordbox Sync Desktop Application Configuration
|
|
# Generated on Sat Aug 16 15:03:29 CEST 2025
|
|
|
|
# S3 Configuration
|
|
S3_ENDPOINT=https://garage.geertrademakers.nl
|
|
S3_REGION=garage
|
|
S3_ACCESS_KEY_ID=GK1c1a4a30946eb1e7f8d60847
|
|
S3_SECRET_ACCESS_KEY=2ed6673f0e3c42d347adeb54ba6b95a1ebc6414750f2a95e1d3d89758f1add63
|
|
S3_BUCKET_NAME=music
|
|
S3_USE_SSL=true
|
|
|
|
# Sync Configuration
|
|
SYNC_LOCAL_PATH=/Users/geertrademakers/Music/s3-sync-test
|
|
SYNC_INTERVAL=30000
|
|
SYNC_AUTO_START=true
|
|
SYNC_CONFLICT_RESOLUTION=newer-wins
|
|
|
|
# UI Configuration
|
|
UI_THEME=system
|
|
UI_LANGUAGE=en
|
|
UI_NOTIFICATIONS=true
|
|
UI_MINIMIZE_TO_TRAY=true
|