Skip to content

Commit

Permalink
Update sign server
Browse files Browse the repository at this point in the history
  • Loading branch information
Wybxc committed Sep 10, 2024
1 parent d0663f0 commit 8c250b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 元火锅bot

## 运行

首次运行用:

```shell
docker compose up
```

扫码登陆后,再次运行即可自动登录:

```shell
docker compose up -d
```

## 鸣谢

锅bot原版:https://github.com/ZacharyChenpk/my-bot

4 changes: 2 additions & 2 deletions lagrange/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"SignServerUrl": "https://sign.lagrangecore.org/api/sign",
"SignServerUrl": "https://sign.lagrangecore.org/api/sign/25765",
"MusicSignServerUrl": "",
"Account": {
"Uin": 0,
Expand All @@ -33,4 +33,4 @@
"AccessToken": ""
}
]
}
}

0 comments on commit 8c250b4

Please sign in to comment.