Redid stores. Added user store. Added Channel Manager, to manage data from a single channel.
This commit is contained in:
@@ -5,7 +5,7 @@ namespace HermesSocketServer
|
||||
public string Environment;
|
||||
public WebsocketServerConfiguration WebsocketServer;
|
||||
public DatabaseConfiguration Database;
|
||||
public long OwnerId;
|
||||
public TTSConfiguration Tts;
|
||||
public string AdminPassword;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,10 @@ namespace HermesSocketServer
|
||||
public string ConnectionString;
|
||||
public int SaveDelayInSeconds;
|
||||
}
|
||||
|
||||
public class TTSConfiguration
|
||||
{
|
||||
public long OwnerId;
|
||||
public string DefaultTtsVoice;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user