Skip to content

Commit 13ece39

Browse files
committed
2 parents 5a3d8f7 + 74cf2b9 commit 13ece39

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ services:
88
- "1188:1188"
99
# environment:
1010
# - TOKEN=helloworld
11-
# - AUTHKEY=xxxxxxx:fx
1211
# - DL_SESSION=xxxxxx

config.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* @Author: Vincent Yang
33
* @Date: 2024-04-23 00:39:03
4-
* @LastEditors: Vincent Young
5-
* @LastEditTime: 2024-09-16 12:02:15
4+
* @LastEditors: Vincent Yang
5+
* @LastEditTime: 2024-09-17 19:34:32
66
* @FilePath: /DeepLX/config.go
77
* @Telegram: https://t.me/missuo
88
* @GitHub: https://github.com/missuo
@@ -22,7 +22,6 @@ type Config struct {
2222
IP string
2323
Port int
2424
Token string
25-
AuthKey string
2625
DlSession string
2726
Proxy string
2827
}

0 commit comments

Comments
 (0)