I am unable to set a custom db(mongodb) name for flask - limiter :( please help #420
Unanswered
Vishwamithra37
asked this question in
Q&A
Replies: 1 comment
-
I have run into this requirement too. Our application will be using a backend (mongodb) that is shared by many applications. I would like to specify a database name that would give the database administrator a clue to which application the database is for if they ever run into a problem with. The "key_prefix" configuration option is a decent workaround for the time being, but a custom database name is preferred. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 3 different flask applications with their own rate limiters and possibly overlapping route names, I want to give configure flask limiter to use a different db name than the generic "limits". But even if I change the URI its not changing. IDK what I am doing wrong any help is appreciated.
Note: I am using mongodb.
Beta Was this translation helpful? Give feedback.
All reactions