fix: remove authkey

This commit is contained in:
Vincent Yang 2024-09-17 19:34:32 -04:00
parent f172f59fb6
commit 74cf2b9845
No known key found for this signature in database
GPG Key ID: 55F1635E821BF0E8
2 changed files with 2 additions and 4 deletions

View File

@ -8,5 +8,4 @@ services:
- "1188:1188" - "1188:1188"
# environment: # environment:
# - TOKEN=helloworld # - TOKEN=helloworld
# - AUTHKEY=xxxxxxx:fx
# - DL_SESSION=xxxxxx # - DL_SESSION=xxxxxx

View File

@ -1,8 +1,8 @@
/* /*
* @Author: Vincent Yang * @Author: Vincent Yang
* @Date: 2024-04-23 00:39:03 * @Date: 2024-04-23 00:39:03
* @LastEditors: Vincent Young * @LastEditors: Vincent Yang
* @LastEditTime: 2024-09-16 12:02:15 * @LastEditTime: 2024-09-17 19:34:32
* @FilePath: /DeepLX/config.go * @FilePath: /DeepLX/config.go
* @Telegram: https://t.me/missuo * @Telegram: https://t.me/missuo
* @GitHub: https://github.com/missuo * @GitHub: https://github.com/missuo
@ -22,7 +22,6 @@ type Config struct {
IP string IP string
Port int Port int
Token string Token string
AuthKey string
DlSession string DlSession string
Proxy string Proxy string
} }