Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwav committed Dec 19, 2023
1 parent e3b6f65 commit 54ebef6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
6 changes: 4 additions & 2 deletions LuncherConfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"Bearer": ""
}
"Bearer": "获取lic的key",
"LicUpdateIP": "",
"Base_url": "潘多拉的api网址,例如 https://192.168.1.23:45678/ccwavvip888"
}
16 changes: 16 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"test1": {
"token": "留空",
"sharetoken": "留空",
"accuser": "openai的登录用户名",
"accpsw": "openai的登录密码",
"updatetimestamp": 0
},
"test2": {
"token": "留空",
"sharetoken": "留空",
"accuser": "openai的登录用户名",
"accpsw": "openai的登录密码",
"updatetimestamp": 0
}
}

0 comments on commit 54ebef6

Please sign in to comment.