Add configurable grid branding
This commit is contained in:
@@ -14,6 +14,11 @@ class ServerConfigSection(BaseModel):
|
||||
bind_ip: str = "127.0.0.1"
|
||||
port: int = 8765
|
||||
base_path: str = "/"
|
||||
grid_name: str = "Chat Grid"
|
||||
welcome_message: str = (
|
||||
"Welcome to the Chat Grid, your immersive audio playground. "
|
||||
"Configure your audio, then Log in or register to join the grid."
|
||||
)
|
||||
|
||||
|
||||
class NetworkConfigSection(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user