mirror of
https://github.com/kejilion/sh.git
synced 2025-10-03 23:34:20 +08:00
Add files via upload
This commit is contained in:
parent
8ba9b16ef8
commit
0a1ef7b555
2 changed files with 49 additions and 0 deletions
32
PandoraNext/config.json
Normal file
32
PandoraNext/config.json
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
{
|
||||||
|
"bind": "0.0.0.0:8181",
|
||||||
|
"tls": {
|
||||||
|
"enabled": false,
|
||||||
|
"cert_file": "",
|
||||||
|
"key_file": ""
|
||||||
|
},
|
||||||
|
"timeout": 600,
|
||||||
|
"proxy_url": "",
|
||||||
|
"license_id": "github",
|
||||||
|
"public_share": false,
|
||||||
|
"site_password": "webgptpasswd",
|
||||||
|
"setup_password": "webgptpasswd",
|
||||||
|
"server_tokens": true,
|
||||||
|
"proxy_api_prefix": "",
|
||||||
|
"isolated_conv_title": "*",
|
||||||
|
"disable_signup": false,
|
||||||
|
"auto_conv_arkose": false,
|
||||||
|
"proxy_file_service": false,
|
||||||
|
"custom_doh_host": "",
|
||||||
|
"captcha": {
|
||||||
|
"provider": "",
|
||||||
|
"site_key": "",
|
||||||
|
"site_secret": "",
|
||||||
|
"site_login": false,
|
||||||
|
"setup_login": false,
|
||||||
|
"oai_username": false,
|
||||||
|
"oai_password": false,
|
||||||
|
"oai_signup": false
|
||||||
|
},
|
||||||
|
"whitelist": null
|
||||||
|
}
|
17
PandoraNext/tokens.json
Normal file
17
PandoraNext/tokens.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"test-1": {
|
||||||
|
"token": "access token / session token / refresh token",
|
||||||
|
"shared": true,
|
||||||
|
"show_user_info": false
|
||||||
|
},
|
||||||
|
"test-2": {
|
||||||
|
"token": "access token / session token / refresh token",
|
||||||
|
"shared": true,
|
||||||
|
"show_user_info": true,
|
||||||
|
"plus": true
|
||||||
|
},
|
||||||
|
"test2": {
|
||||||
|
"token": "access token / session token / refresh token / share token / username & password",
|
||||||
|
"password": "12345"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue