Files
gin-gonic-prepack/config/dev/conf.json
🐙PiperYxzzy 9cc37b0d0d Upgrades to Config
* Added config file and config tests
* Configs per stack can be set up depending on their config/STACK folder
and tested appropriately to add config redundancy
2022-08-14 13:24:59 +02:00

8 lines
261 B
JSON

{
"AllowFreshAdminGeneration": true,
"AdminEmails": ["admin@admin.invalid"],
"AdminHmacEnv": "ADMIN_HMAC_ENV",
"UserHmacEnv": "USER_HMAC_ENV",
"AuthedRateLimitConfig": "ratelimit.auth.json",
"UnauthedRateLimitConfig": "ratelimit.unauth.json"
}