chore: bump config version

This commit is contained in:
Aravinth Manivannan
2023-10-15 02:36:07 +05:30
parent 65c3b9ad67
commit 060291d174
6 changed files with 193 additions and 184 deletions

View File

@@ -42,15 +42,10 @@ duration = 30 # cooldown period in seconds
# This section deals with the database 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:
# hostname = "batcave.org"
# port = "5432"
# username = "batman"
# password = "somereallycomplicatedBatmanpassword"
hostname = "localhost"
port = "5432"
username = "postgres"
password = "password"
name = "postgres"
# url = "postgres://batman:password@batcave.org:5432/batcave"
# database_type = "postgres"
# pool = 4
url = "http://example.org" # hack for tests to run successfully
pool = 4
database_type="postgres" # "postgres", "maria"