How to get secret

#1
by Niansuh - opened

How to get secret

TOKENS_JSON
Add secret
CONFIG_JSON
Add secret

Owner

To translate the provided information into English:

"You need to add secret information in the settings interface, with the following content:

TOKENS_JSON:
{
"1": {
"token": "",
"shared": true,
"show_user_info": true
},
}
CONDIF_JSON:
{
"bind": "0.0.0.0:7860",
"tls": {
"enabled": false,
"cert_file": "",
"key_file": ""
},
"timeout": 600,
"proxy_url": "",
"license_id": "",
"public_share": false,
"site_password": "",
"setup_password": "",
"server_tokens": false,
"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
},
"whitelist": null
}
For more details, please refer to the official documentation of PandoraNext."

Niansuh changed discussion status to closed

Sign up or log in to comment