Added database table data into configuration. Store saves is auto-handled. Added Action & Redemption stores.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using HermesSocketServer.Store.Internal;
|
||||
|
||||
namespace HermesSocketServer
|
||||
{
|
||||
public class ServerConfiguration
|
||||
@@ -19,6 +21,7 @@ namespace HermesSocketServer
|
||||
{
|
||||
public required string ConnectionString;
|
||||
public int SaveDelayInSeconds;
|
||||
public required IDictionary<string, DatabaseTable> Tables;
|
||||
}
|
||||
|
||||
public class TTSConfiguration
|
||||
|
||||
Reference in New Issue
Block a user