Further config updates, also upgrading dependent packages
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
gen-fresh-admin = true
|
||||
admin-emails = ["admin@admin.invalid"]
|
||||
admin-hmac-env = "ADMIN_HMAC_ENV"
|
||||
user-hmac-env = "USER_HMAC_ENV"
|
||||
auth-rate-limit-defs = "ratelimit.auth.toml"
|
||||
unauth-rate-limit-defs = "ratelimit.unauth.toml"
|
||||
[server]
|
||||
port = "9091"
|
||||
|
||||
[db]
|
||||
dialect = "sqlite"
|
||||
@@ -11,4 +7,14 @@ url = "prepack.db"
|
||||
username = ""
|
||||
password-secret = ""
|
||||
port = ""
|
||||
name = ""
|
||||
name = ""
|
||||
|
||||
[rate-limits]
|
||||
authed = "ratelimit.auth.toml"
|
||||
unauthed = "ratelimit.unauth.toml"
|
||||
|
||||
[security]
|
||||
gen-fresh-admin = true
|
||||
admin-emails = ["admin@admin.invalid"]
|
||||
admin-hmac-env = "ADMIN_HMAC_ENV"
|
||||
user-hmac-env = "USER_HMAC_ENV"
|
||||
|
||||
Reference in New Issue
Block a user