fix: Remove accidental hardcode for staging options

pull/213/head
NaiJi ✨ 2023-05-02 23:49:13 -03:00
parent 30385c2470
commit 5cbf399a58
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 by constant certificate renewal
static bool get stagingAcme => true;
static bool get stagingAcme => false;
}