36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
# Database
|
|
DATABASE_URL="postgresql://username:password@localhost:5432/winupdate_neo?schema=public"
|
|
|
|
# Auth
|
|
AUTH_USERNAME=admin
|
|
AUTH_PASSWORD=password
|
|
|
|
# Port
|
|
PORT=3000
|
|
|
|
# MinIO Configuration
|
|
MINIO_ENDPOINT=localhost
|
|
MINIO_PORT=9000
|
|
MINIO_USE_SSL=false
|
|
MINIO_ACCESS_KEY=your_access_key
|
|
MINIO_SECRET_KEY=your_secret_key
|
|
MINIO_BUCKET_NAME=winupdate
|
|
|
|
# QQ Bot URL
|
|
QQ_BOT_URL=http://localhost:30000/send_private_msg
|
|
# QQ Bot Target ID
|
|
QQ_BOT_TARGET_ID=1234567890
|
|
|
|
# Web Push VAPID Keys
|
|
# Generate with: bunx web-push generate-vapid-keys
|
|
NEXT_PUBLIC_VAPID_PUBLIC_KEY=
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_SUBJECT=mailto:admin@example.com
|
|
|
|
# Window filters
|
|
# Format: keyword1,keyword2
|
|
IGNORED_WINDOW_KEYWORDS=NVIDIA Overlay,Twinkle Tray Panel
|
|
|
|
# Screen Time display name presets
|
|
# Format: match=displayName;match=displayName
|
|
PROCESS_DISPLAY_NAME_PRESETS=microsoft vs code\code.exe=Visual Studio Code;msedge.exe=Microsoft Edge;windowsTerminal.exe=终端;windowsterminal.exe=终端;blender.exe=Blender;chrome.exe=Google Chrome;steamwebhelper.exe=Steam;steam.exe=Steam;bandizip.exe=Bandizip;explorer.exe=文件资源管理器;devenv.exe=Visual Studio;idea64.exe=IntelliJ IDEA;pycharm64.exe=PyCharm;cursor.exe=Cursor;obsidian.exe=Obsidian;notion.exe=Notion;wechat.exe=微信;qq.exe=QQ;teams.exe=Microsoft Teams;telegram.exe=Telegram |