chore: Disable staging ACME

pull/157/head
Inex Code 2022-12-31 08:13:28 +03:00
parent bbb1d55b64
commit 53fc0d4d28
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;
}