Skip to content

Commit 10f1250

Browse files
committed
add missing config
1 parent 0018ce0 commit 10f1250

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
server:
2+
port: 5000
3+
shiro:
4+
ws:
5+
server:
6+
enable: true
7+
url: "/ws/shiro"
8+
qq: 0000000000 # 为这个 BOT 启用插件
9+
database:
10+
address: localhost # 数据库地址
11+
port: 3306 # 端口
12+
user: root # 账号
13+
password: root # 密码
14+
table: obmsug # 数据库名称(在准备工作第一步创建的数据库)
15+
maximumPoolSize: 10
16+
clientProxy: ''
17+
osuAuth:
18+
clientId: 0000 # OAuth clientId
19+
secret: '00000000000000000000000000000000000000000' # OAuth client secret
20+
# 回调地址,必须和 OAuth 设置的相同(不包含 /authCallback)
21+
# 注意这个地址是为了生成绑定账号的 OAuth 链接。
22+
authCallbackBaseUrl: 'http://localhost:8081'
23+
v1ApiKey: '000000000000000000000000000000000' # vi api 密钥
24+
frontend:
25+
host: localhost # 前端主机地址,注意这个地址是实际主机地址
26+
port: 8081 # 前端端口

0 commit comments

Comments
 (0)