mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
16 lines
265 B
Bash
16 lines
265 B
Bash
# 数据持久化路径 [必填]
|
|
EMBY_PULSE_ROOT_PATH=/home/emby-pulse
|
|
|
|
# WebUI 端口 [必填]
|
|
PANEL_APP_PORT_HTTP=10307
|
|
|
|
# Emby 主机地址 [必填]
|
|
emby_host=http://127.0.0.1:8096
|
|
|
|
# Emby API 密钥 [必填]
|
|
emby_api_key=
|
|
|
|
# Webhook 令牌
|
|
webhook_token=
|
|
|