chore: Remove testing flag before merging into master

pull/140/head
NaiJi ✨ 2022-11-20 18:34:20 +04:00
parent 58c9e00ce0
commit 93b28d981e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}