* 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
8 lines
261 B
JSON
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"
|
|
} |