From d7ce697d68b0379c44aa3d8b301462f2a1ac7973 Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Tue, 24 May 2022 18:55:18 +0530 Subject: [PATCH] Project setup --- .gitignore | 5 +++++ app.py | 0 config_sample.json | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 app.py create mode 100644 config_sample.json 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" +}