share-copilot/config.json
ben Gutier 91a0045b0d 0.21
2023-09-10 16:06:52 +08:00

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":""
}