Further config updates, also upgrading dependent packages

This commit is contained in:
🐙PiperYxzzy
2025-10-13 21:16:20 +02:00
parent ff15c7a65f
commit e0693c71dc
8 changed files with 136 additions and 36 deletions

View File

@@ -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"