Skip to content

Commit

Permalink
default rate limit config to be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 9, 2024
1 parent 07bf3c2 commit d2fadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/lila.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ net.socket.domains = [ ${?LILA_DOMAIN} ]
net.asset.base_url = ${?LILA_URL}
net.asset.base_url_internal = "http://nginx"
net.base_url = ${?LILA_URL}
net.ratelimit = false
# net.ratelimit = false

mongodb.uri = "mongodb://mongodb?appName=lila"
redis.uri = "redis://redis"
Expand Down

0 comments on commit d2fadee

Please sign in to comment.