mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 09:16:58 +08:00
add setting interface
This commit is contained in:
@@ -830,3 +830,21 @@ export interface NotificationSwitch {
|
|||||||
telegram: boolean
|
telegram: boolean
|
||||||
slack: boolean
|
slack: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 环境设置
|
||||||
|
export interface Setting {
|
||||||
|
// 媒体服务器 emby/jellyfin/plex
|
||||||
|
MEDIASERVER: string
|
||||||
|
// EMBY服务器地址,IP:PORT
|
||||||
|
EMBY_HOST: string
|
||||||
|
// EMBY Api Key
|
||||||
|
EMBY_API_KEY: string
|
||||||
|
// Jellyfin服务器地址,IP:PORT
|
||||||
|
JELLYFIN_HOST: string
|
||||||
|
// Jellyfin Api Key
|
||||||
|
JELLYFIN_API_KEY: string
|
||||||
|
// Plex服务器地址,IP:PORT
|
||||||
|
PLEX_HOST: string
|
||||||
|
// Plex Token
|
||||||
|
PLEX_TOKEN: string
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user