mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-16 10:23:25 +00:00
0.21
This commit is contained in:
parent
ca203c6c63
commit
91a0045b0d
15
config.json
Normal file
15
config.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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":""
|
||||
}
|
4
source/.gitignore
vendored
4
source/.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
*.pem
|
||||
/*.pem
|
||||
/.idea
|
||||
/.gitignore
|
||||
/.json
|
||||
/config.json
|
||||
|
Loading…
Reference in New Issue
Block a user