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"
|
- "1188:1188"
|
||||||
# environment:
|
# environment:
|
||||||
# - TOKEN=helloworld
|
# - TOKEN=helloworld
|
||||||
# - AUTHKEY=xxxxxxx:fx
|
|
||||||
# - DL_SESSION=xxxxxx
|
# - DL_SESSION=xxxxxx
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user