diff --git a/config.json b/config.json new file mode 100644 index 0000000..16dfc45 --- /dev/null +++ b/config.json @@ -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":"" +} \ No newline at end of file diff --git a/source/.gitignore b/source/.gitignore index e7c0155..3d40331 100644 --- a/source/.gitignore +++ b/source/.gitignore @@ -1,3 +1,5 @@ -*.pem /*.pem /.idea +/.gitignore +/.json +/config.json