Skip to content

Commit ab48673

Browse files
committed
feat: add Jellyfin API key configuration to environment variables
1 parent cac4564 commit ab48673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ AUTHORIZED_USERS=123456789,
1515
JELLYFIN_URL=url:porta
1616
JELLYFIN_USERNAME=usuario
1717
JELLYFIN_PASSWORD=senha
18+
JELLYFIN_API_KEY = "API-KEY"
19+
1820

1921
# TEMPO DE EXPIRAÇÃO DE MENSAGENS DE STATUS
2022
EXPIRAR_MSG=30

0 commit comments

Comments
 (0)