mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Updated config.sample.js
I blame vscode for weird paste behavior when I copied-pasted this from my config.js.
This commit is contained in:
parent
5c41fc9249
commit
d185265c0d
@ -112,7 +112,7 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
rateLimits: [
|
rateLimits: [
|
||||||
{
|
{
|
||||||
// 2 requests in 5 seconds
|
// 2 requests in 5 seconds
|
||||||
routes: [
|
routes: [
|
||||||
'/api/login/',
|
'/api/login/',
|
||||||
'/api/register'
|
'/api/register'
|
||||||
@ -123,7 +123,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// 2 requests in 30 seconds
|
// 2 requests in 30 seconds
|
||||||
routes: [
|
routes: [
|
||||||
'/api/album/zip'
|
'/api/album/zip'
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user