mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 01:21:14 +00:00
fix: Remove accidental hardcode for staging options
This commit is contained in:
parent
30385c2470
commit
5cbf399a58
|
@ -4,5 +4,5 @@ class StagingOptions {
|
||||||
/// Whether we request for staging temprorary certificates.
|
/// Whether we request for staging temprorary certificates.
|
||||||
/// Hardcode to 'true' in the middle of testing to not
|
/// Hardcode to 'true' in the middle of testing to not
|
||||||
/// get your domain banned by constant certificate renewal
|
/// get your domain banned by constant certificate renewal
|
||||||
static bool get stagingAcme => true;
|
static bool get stagingAcme => false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue