Merge c0a8d9be1d9139f18929901cc378d237f5696328 into b215a411ed3e53e3c5d77465f73b40d35986ec93

This commit is contained in:
addshore 2025-10-07 16:10:39 +05:30 committed by GitHub
commit 6a77c26b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ duration = 30 # cooldown period in seconds
[database] [database]
# This section deals with the database location and how to access it # This section deals with the database location and how to access it
# Please note that at the moment, we have support for only postgresqa. # Please note that at the moment, we have support for only postgresql.
# Example, if you are Batman, your config would be: # Example, if you are Batman, your config would be:
# url = "postgres://batman:password@batcave.org:5432/batcave" # url = "postgres://batman:password@batcave.org:5432/batcave"
# database_type = "postgres" # database_type = "postgres"
@ -52,13 +52,10 @@ url = "postgres://example.org" # hack for tests to run successfully
pool = 4 pool = 4
[redis] [redis]
# This section deals with the database location and how to access it # This section deals with the redis location and how to access it.
# Please note that at the moment, we have support for only postgresqa.
# Example, if you are Batman, your config would be: # Example, if you are Batman, your config would be:
# hostname = "batcave.org" # url = "redis://redis.batcave"
# port = "5432" # pool = 4
# username = "batman"
# password = "somereallycomplicatedBatmanpassword"
url = "redis://127.0.0.1" url = "redis://127.0.0.1"
pool = 4 pool = 4