This commit is contained in:
ben Gutier 2023-09-10 16:06:52 +08:00
parent ca203c6c63
commit 91a0045b0d
2 changed files with 18 additions and 1 deletions

15
config.json Normal file
View 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
View File

@ -1,3 +1,5 @@
*.pem
/*.pem
/.idea
/.gitignore
/.json
/config.json