feat: add channel create responder and redis webhook cache

This commit is contained in:
sam 2024-08-16 22:28:05 +02:00
parent 99c1587e7b
commit e86b37ce2a
11 changed files with 201 additions and 10 deletions

View file

@ -18,7 +18,7 @@ public class Config
public class DatabaseConfig
{
public string Url { get; init; } = string.Empty;
public string Redis { get; init; } = string.Empty;
public string? Redis { get; init; }
public int? Timeout { get; init; }
public int? MaxPoolSize { get; init; }
public string EncryptionKey { get; init; } = string.Empty;