Skip to content

Commit

Permalink
fix: remove authkey
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Sep 17, 2024
1 parent f172f59 commit 74cf2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ services:
- "1188:1188"
# environment:
# - TOKEN=helloworld
# - AUTHKEY=xxxxxxx:fx
# - DL_SESSION=xxxxxx
5 changes: 2 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,7 +22,6 @@ type Config struct {
IP string
Port int
Token string
AuthKey string
DlSession string
Proxy string
}
Expand Down

0 comments on commit 74cf2b9

Please sign in to comment.