feat: batteries-included deployment — compose, .env.example, sane defaults
Some checks failed
CI / Check / Test (push) Failing after 6m21s
Some checks failed
CI / Check / Test (push) Failing after 6m21s
This commit is contained in:
@@ -25,7 +25,7 @@ impl AppConfig {
|
||||
let rate_limit = std::env::var("RATE_LIMIT")
|
||||
.ok()
|
||||
.and_then(|v| v.parse().ok())
|
||||
.unwrap_or(20);
|
||||
.unwrap_or(60);
|
||||
Self {
|
||||
allow_registration,
|
||||
base_url,
|
||||
|
||||
Reference in New Issue
Block a user