mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 03:45:11 +00:00
Add server name config option for use in client redirects
This commit is contained in:
@@ -20,6 +20,7 @@ import { Snowflake } from "@spacebar/util";
|
||||
|
||||
export class GeneralConfiguration {
|
||||
instanceName: string = "Spacebar Instance";
|
||||
serverName: string | null = null;
|
||||
instanceDescription: string | null = "This is a Spacebar instance made in the pre-release days";
|
||||
frontPage: string | null = null;
|
||||
tosPage: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user