add pixiv refresh token setting

This commit is contained in:
2024-06-23 22:14:58 +08:00
parent c1c1d42892
commit 4a5aa296ce
2 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
services:
tgxmb: image: yoursfunny/telegram-twitter-media-bot: latest
restart: always
ports:
- "8443:8443"
# ports:
# - "8443:8443"
environment:
LOCAL_USER_ID: '1000'
BOT_TOKEN: ''
BOT_ADMIN: ''
PIXIV_REFRESH_TOKEN: ''
WEBHOOK: false
WEBHOOK_LISTEN: '127.0.0.1'
WEBHOOK_PORT: 8443