Project setup
This commit is contained in:
parent
40ab1b187f
commit
d7ce697d68
5
.gitignore
vendored
5
.gitignore
vendored
@ -164,3 +164,8 @@ cython_debug/
|
|||||||
# Local History for Visual Studio Code
|
# Local History for Visual Studio Code
|
||||||
.history/
|
.history/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Project setup
|
||||||
|
config.json
|
||||||
5
config_sample.json
Normal file
5
config_sample.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"saveCredentials": true,
|
||||||
|
"API_KEY": "your api key goes here",
|
||||||
|
"Email": "your cloudflare email address"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user