diff --git a/.gitignore b/.gitignore index 26e29c8..dab06f1 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,8 @@ cython_debug/ # Local History for Visual Studio Code .history/ + + + +# Project setup +config.json \ No newline at end of file diff --git a/app.py b/app.py new file mode 100644 index 0000000..e69de29 diff --git a/config_sample.json b/config_sample.json new file mode 100644 index 0000000..eee59c8 --- /dev/null +++ b/config_sample.json @@ -0,0 +1,5 @@ +{ + "saveCredentials": true, + "API_KEY": "your api key goes here", + "Email": "your cloudflare email address" +}