mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-16 13:23:24 +00:00
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"server": {
|
|
"domain": "example.con",
|
|
"host": "0.0.0.0",
|
|
"port": 443,
|
|
"certPath":"./example.pem",
|
|
"keyPath":"./example.pem"
|
|
},
|
|
"copilot_config":{
|
|
"github_api_url": "https://api.github.com/copilot_internal/v2/token",
|
|
"token":[
|
|
"yours_token"
|
|
]},
|
|
"verification":""
|
|
} |