From 91a0045b0d1b30f00fbdbd94c5938ec51e58f1ed Mon Sep 17 00:00:00 2001 From: ben Gutier Date: Sun, 10 Sep 2023 16:06:52 +0800 Subject: [PATCH] 0.21 --- config.json | 15 +++++++++++++++ source/.gitignore | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 config.json 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