12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
# Configuration SSH pour le transfert vers Jellyfin
|
|
SSH_PRIVATE_KEY_PATH=/path/to/your/private/key
|
|
JELLYFIN_HOST=192.168.1.100
|
|
JELLYFIN_SSH_PORT=22
|
|
JELLYFIN_DESTINATION_PATH=/home/playlist
|
|
|
|
# Configuration CORS
|
|
CORS_ORIGIN=http://localhost:5173
|
|
|
|
# Dossier temporaire pour les téléchargements
|
|
TEMP_DIR=./tmp
|