Files
gin-gonic-prepack/conf.json
🐙PiperYxzzy 66c35e7e4a Adding admin creation, conf and other items
* Config now added, accessible via config.Config
* Admin can now be generated via a randomized URL if there are no admins
in the system
* Added a shared floor to login attempts to block enumeration attacks
2022-05-03 18:52:01 +02:00

4 lines
85 B
JSON

{
"AllowFreshAdminGeneration": true,
"AdminEmails": ["admin@admin.invalid"]
}