Skip to content

Commit 90520bb

Browse files
committed
Put rate limiter back
1 parent da8b828 commit 90520bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/config.test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ AUTH_CLIENTS:
123123
#SQLITE_DB: app.db # If set, the application use a SQLite database instead of PostgreSQL, for testing or development purposes (if possible PostgreSQL should be used instead)
124124
DATABASE_DEBUG: False # If True, will print all SQL queries in the console
125125
LOG_DEBUG_MESSAGES: True
126+
ENABLE_RATE_LIMITER: False
126127

127128
#####################################
128129
# SMTP configuration using starttls #

0 commit comments

Comments
 (0)