From fbecb310a5e10c6f732589f451c937afc3c783f1 Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Fri, 27 May 2022 00:11:06 +0530 Subject: [PATCH] fixed typo --- config_sample.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_sample.json b/config_sample.json index eee59c8..28cfe58 100644 --- a/config_sample.json +++ b/config_sample.json @@ -1,5 +1,4 @@ { - "saveCredentials": true, - "API_KEY": "your api key goes here", + "API_Key": "your api key goes here", "Email": "your cloudflare email address" }