From 93b28d981e6398387dc9338cbdf4e7aaf5e4c82b Mon Sep 17 00:00:00 2001 From: NaiJi Date: Sun, 20 Nov 2022 18:34:20 +0400 Subject: [PATCH] chore: Remove testing flag before merging into master --- lib/logic/api_maps/staging_options.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logic/api_maps/staging_options.dart b/lib/logic/api_maps/staging_options.dart index 3d04876e..fd4e8099 100644 --- a/lib/logic/api_maps/staging_options.dart +++ b/lib/logic/api_maps/staging_options.dart @@ -4,5 +4,5 @@ class StagingOptions { /// Whether we request for staging temprorary certificates. /// Hardcode to 'true' in the middle of testing to not /// get your domain banned but constant certificate renewal - static bool get stagingAcme => true; + static bool get stagingAcme => false; }