From b6d577e221cd3419c92151466c374ea8eb2174fc Mon Sep 17 00:00:00 2001 From: xiang <1984871009@qq.com> Date: Fri, 12 May 2023 17:18:55 +0800 Subject: [PATCH] feat: Add env DEBUG params --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9edbdfb..1def216 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ http_proxy=http://host:port # you should config this if you use forefront api, this apikey is used for receive register email # get api key here https://rapidapi.com/calvinloveland335703-0p6BxLYIH8f/api/temp-mail44 rapid_api_key=xxxxxxxxxx +DEBUG=0 # default:0 when you set 1 make sure run with chromium ui ``` ```