We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a3d8f7 + 74cf2b9 commit 13ece39Copy full SHA for 13ece39
2 files changed
compose.yaml
@@ -8,5 +8,4 @@ services:
8
- "1188:1188"
9
# environment:
10
# - TOKEN=helloworld
11
- # - AUTHKEY=xxxxxxx:fx
12
# - DL_SESSION=xxxxxx
config.go
@@ -1,8 +1,8 @@
1
/*
2
* @Author: Vincent Yang
3
* @Date: 2024-04-23 00:39:03
4
- * @LastEditors: Vincent Young
5
- * @LastEditTime: 2024-09-16 12:02:15
+ * @LastEditors: Vincent Yang
+ * @LastEditTime: 2024-09-17 19:34:32
6
* @FilePath: /DeepLX/config.go
7
* @Telegram: https://t.me/missuo
* @GitHub: https://github.com/missuo
@@ -22,7 +22,6 @@ type Config struct {
22
IP string
23
Port int
24
Token string
25
- AuthKey string
26
DlSession string
27
Proxy string
28
}
0 commit comments