mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 02:12:21 +08:00
fix: remove authkey
This commit is contained in:
parent
f172f59fb6
commit
74cf2b9845
|
@ -8,5 +8,4 @@ services:
|
|||
- "1188:1188"
|
||||
# environment:
|
||||
# - TOKEN=helloworld
|
||||
# - AUTHKEY=xxxxxxx:fx
|
||||
# - DL_SESSION=xxxxxx
|
|
@ -1,8 +1,8 @@
|
|||
/*
|
||||
* @Author: Vincent Yang
|
||||
* @Date: 2024-04-23 00:39:03
|
||||
* @LastEditors: Vincent Young
|
||||
* @LastEditTime: 2024-09-16 12:02:15
|
||||
* @LastEditors: Vincent Yang
|
||||
* @LastEditTime: 2024-09-17 19:34:32
|
||||
* @FilePath: /DeepLX/config.go
|
||||
* @Telegram: https://t.me/missuo
|
||||
* @GitHub: https://github.com/missuo
|
||||
|
@ -22,7 +22,6 @@ type Config struct {
|
|||
IP string
|
||||
Port int
|
||||
Token string
|
||||
AuthKey string
|
||||
DlSession string
|
||||
Proxy string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user