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